mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
experiment with bcrypt api again
This commit is contained in:
parent
e740242978
commit
f7b94fe21c
2 changed files with 3 additions and 4 deletions
|
@ -191,7 +191,7 @@ endif()
|
|||
|
||||
# extra needed libraries
|
||||
if(WIN32)
|
||||
list(APPEND mi_libraries psapi shell32 user32 advapi32)
|
||||
list(APPEND mi_libraries psapi shell32 user32 advapi32 bcrypt)
|
||||
else()
|
||||
if(NOT ${CMAKE_C_COMPILER} MATCHES "android")
|
||||
list(APPEND mi_libraries pthread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue