[OSX] Try to seek homebrew installation of openssl, fixes #76
This commit is contained in:
parent
de98abb466
commit
a041d48375
|
@ -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