Windows: fix undefined references after unbound submodule update

release-v0.4.0.1
iDunk5400 6 years ago committed by wowario
parent 33adb9b1dc
commit 67571e7ba5
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

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

2
external/miniupnp vendored

@ -1 +1 @@
Subproject commit 6b9b73a567e351b844f96c077f7b752ea92e298a
Subproject commit 6a63f9954959119568fbc4af57d7b491b9428d87

2
external/unbound vendored

@ -1 +1 @@
Subproject commit d3724dfa553429d368c27aef160f02f5e8b8075f
Subproject commit 193bdc4ee3fe2b0d17e547e86512528c2614483a
Loading…
Cancel
Save