[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:
|
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