experiment with bcrypt api again

This commit is contained in:
daan 2020-09-06 08:33:27 -07:00
parent e740242978
commit f7b94fe21c
2 changed files with 3 additions and 4 deletions

View file

@ -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)