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:
|
||||
try:
|
||||
OpenSSL = _OpenSSL('libcrypto.dylib')
|
||||
except:
|
||||
try:
|
||||
# try homebrew installation
|
||||
OpenSSL = _OpenSSL('/usr/local/opt/openssl/lib/libcrypto.dylib')
|
||||
except:
|
||||
try:
|
||||
from os import path
|
||||
|
|
Loading…
Reference in New Issue
Block a user