Update location of bundled OpenSSL on macOS
This commit is contained in:
parent
dac4fcd52b
commit
28d4fc5d12
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ def getOpensslPath():
|
|||
else:
|
||||
lib_paths = [
|
||||
"../runtime/lib/libcrypto.so.1.1", # ZeroBundle Linux
|
||||
"../lib/libcrypto.1.1.dylib", # ZeroBundle macOS
|
||||
"../../Frameworks/libcrypto.1.1.dylib", # ZeroBundle macOS
|
||||
"/opt/lib/libcrypto.so.1.0.0", # For optware and entware
|
||||
"/usr/local/ssl/lib/libcrypto.so"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue