mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-26 12:55:06 +00:00
Set Genode Openssl shared-object strings
This commit is contained in:
@@ -44,6 +44,10 @@ else:
|
||||
const
|
||||
DLLSSLName* = "libssl" & versions & ".dylib"
|
||||
DLLUtilName* = "libcrypto" & versions & ".dylib"
|
||||
elif defined(genode):
|
||||
const
|
||||
DLLSSLName* = "libssl.lib.so"
|
||||
DLLUtilName* = "libcrypto.lib.so"
|
||||
else:
|
||||
const
|
||||
DLLSSLName* = "libssl.so" & versions
|
||||
|
||||
Reference in New Issue
Block a user