Skip to content

Commit

Permalink
Merge pull request monero-project#4295
Browse files Browse the repository at this point in the history
ce63d56 Windows: fix undefined references after unbound submodule update (iDunk5400)
  • Loading branch information
luigi1111 committed Sep 4, 2018
2 parents 39bcb97 + ce63d56 commit 6cc1ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ endif()
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
if(MINGW)
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wa,-mbig-obj")
set(EXTRA_LIBRARIES mswsock;ws2_32;iphlpapi)
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 "")
Expand Down

0 comments on commit 6cc1ed8

Please sign in to comment.