mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[MBEDTLS] Don't link with zlib, we don't use it. CORE-14290
This commit is contained in:
1
dll/3rdparty/mbedtls/CMakeLists.txt
vendored
1
dll/3rdparty/mbedtls/CMakeLists.txt
vendored
@@ -84,7 +84,6 @@ add_library(mbedtls SHARED
|
||||
${CMAKE_CURRENT_BINARY_DIR}/mbedtls.def)
|
||||
|
||||
set_module_type(mbedtls win32dll)
|
||||
target_link_libraries(mbedtls zlib)
|
||||
add_importlibs(mbedtls advapi32 msvcrt kernel32 ntdll)
|
||||
|
||||
# to use `_vsnprintf_s` looks like we have to define MINGW_HAS_SECURE_API
|
||||
|
||||
Reference in New Issue
Block a user