mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[MBEDTLS] Don't link with zlib, we don't use it. CORE-14290
This commit is contained in:
parent
dc51b419c7
commit
25bca520f5
1 changed files with 0 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue