Fix OpenSSL lib loading on macOS
This commit is contained in:
parent
2960db2352
commit
b21719e2f2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def getOpensslPath():
|
||||||
else:
|
else:
|
||||||
lib_paths = [
|
lib_paths = [
|
||||||
"../runtime/lib/libcrypto.so.1.1", # ZeroBundle Linux
|
"../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
|
"/opt/lib/libcrypto.so.1.0.0", # For optware and entware
|
||||||
"/usr/local/ssl/lib/libcrypto.so"
|
"/usr/local/ssl/lib/libcrypto.so"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue