Fix OpenSSL lib loading on macOS

This commit is contained in:
shortcutme 2019-10-24 03:08:27 +02:00
parent 2960db2352
commit b21719e2f2
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def getOpensslPath():
else:
lib_paths = [
"../runtime/lib/libcrypto.so.1.1", # ZeroBundle Linux
"../lib/libcrypto.so", # ZeroBundle OSX
"../lib/libcrypto.1.1.dylib", # ZeroBundle macOS
"/opt/lib/libcrypto.so.1.0.0", # For optware and entware
"/usr/local/ssl/lib/libcrypto.so"
]