Merge branch 'homebrew' of http://github.com/siuying/PyBitmessage into siuying-homebrew
This commit is contained in:
commit
78f1213a04
|
@ -413,6 +413,10 @@ except:
|
||||||
except:
|
except:
|
||||||
try:
|
try:
|
||||||
OpenSSL = _OpenSSL('libcrypto.dylib')
|
OpenSSL = _OpenSSL('libcrypto.dylib')
|
||||||
|
except:
|
||||||
|
try:
|
||||||
|
# try homebrew installation
|
||||||
|
OpenSSL = _OpenSSL('/usr/local/opt/openssl/lib/libcrypto.dylib')
|
||||||
except:
|
except:
|
||||||
try:
|
try:
|
||||||
from os import path
|
from os import path
|
||||||
|
|
Loading…
Reference in New Issue
Block a user