mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
library: Port to Haiku.
This commit is contained in:
parent
80aa3b8d65
commit
60bc47dd87
4 changed files with 10 additions and 3 deletions
|
|
@ -95,6 +95,10 @@ if(WIN32)
|
|||
set(libs ${libs} ws2_32)
|
||||
endif(WIN32)
|
||||
|
||||
if(HAIKU)
|
||||
set(libs ${libs} network)
|
||||
endif(HAIKU)
|
||||
|
||||
if(USE_PKCS11_HELPER_LIBRARY)
|
||||
set(libs ${libs} pkcs11-helper)
|
||||
endif(USE_PKCS11_HELPER_LIBRARY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue