mirror of
https://github.com/Syping/dtranslatebot.git
synced 2024-11-22 13:50:22 +01:00
CMake: fix zlibstatic on Linux issue
This commit is contained in:
parent
d0139afd26
commit
c8239e2517
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ set(DPP_LIBRARIES
|
|||
crypto
|
||||
"-L${ZLIB_INSTALL_DIR}/lib"
|
||||
"-L${ZLIB_INSTALL_DIR}/lib64"
|
||||
$<IF:$<BOOL:WIN32>,zlibstatic,z>
|
||||
$<IF:$<BOOL:${WIN32}>,zlibstatic,z>
|
||||
-Wl,-Bdynamic
|
||||
)
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in a new issue