Merge branch 'homebrew' of http://github.com/siuying/PyBitmessage into siuying-homebrew

This commit is contained in:
Jonathan Warren 2013-05-14 11:54:45 -04:00
commit 78f1213a04
1 changed files with 17 additions and 13 deletions

View File

@ -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