mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix bcrypt dependency for MINGW build
This commit is contained in:
@@ -160,7 +160,7 @@ if(WIN32)
|
||||
endif(MSVC)
|
||||
|
||||
if(MINGW)
|
||||
set(SYSTEM_LIBS ${SYSTEM_LIBS} ole32 oleaut32 ws2_32 mswsock dbghelp)
|
||||
set(SYSTEM_LIBS ${SYSTEM_LIBS} ole32 oleaut32 ws2_32 mswsock dbghelp bcrypt)
|
||||
|
||||
# Check for iconv (may be needed for Boost.Locale)
|
||||
include(CheckLibraryExists)
|
||||
|
Reference in New Issue
Block a user