mirror of
https://github.com/Syping/dtranslatebot.git
synced 2024-11-04 21:16:58 +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
|
crypto
|
||||||
"-L${ZLIB_INSTALL_DIR}/lib"
|
"-L${ZLIB_INSTALL_DIR}/lib"
|
||||||
"-L${ZLIB_INSTALL_DIR}/lib64"
|
"-L${ZLIB_INSTALL_DIR}/lib64"
|
||||||
$<IF:$<BOOL:WIN32>,zlibstatic,z>
|
$<IF:$<BOOL:${WIN32}>,zlibstatic,z>
|
||||||
-Wl,-Bdynamic
|
-Wl,-Bdynamic
|
||||||
)
|
)
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
|
Loading…
Reference in a new issue