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