From 0d007e1abdc68f8ea0b782934c5c3d70ec14d65c Mon Sep 17 00:00:00 2001 From: "m@lbit" Date: Mon, 23 Sep 2024 18:21:31 +0200 Subject: [PATCH] windows build fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bc5b72a7..eb06f4d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1120,7 +1120,7 @@ endif() if(MINGW) set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wa,-mbig-obj") - set(EXTRA_LIBRARIES mswsock ws2_32 iphlpapi crypt32 bcrypt) + set(EXTRA_LIBRARIES mswsock ws2_32 iphlpapi crypt32 bcrypt ssp) if(DEPENDS) set(ICU_LIBRARIES icuio icui18n icuuc icudata icutu iconv) else()