Windows: fix undefined references after unbound submodule update

This commit is contained in:
iDunk5400 2018-08-23 11:17:42 +02:00 committed by wowario
parent 33adb9b1dc
commit 67571e7ba5
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
3 changed files with 4 additions and 3 deletions

View file

@ -804,7 +804,8 @@ endif()
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
if(MINGW)
set(EXTRA_LIBRARIES mswsock;ws2_32;iphlpapi)
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wa,-mbig-obj")
set(EXTRA_LIBRARIES mswsock;ws2_32;iphlpapi;crypt32)
set(ICU_LIBRARIES ${Boost_LOCALE_LIBRARY} icuio icuin icuuc icudt icutu iconv)
elseif(APPLE OR OPENBSD OR ANDROID)
set(EXTRA_LIBRARIES "")