We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa7d75 commit 71c3308Copy full SHA for 71c3308
src/native/libs/System.IO.Compression.Native/extra_libs.cmake
@@ -16,7 +16,7 @@ macro(append_extra_compression_libs NativeLibsExtra)
16
# 'zlib' represents our in-tree zlib, and is used in all other platforms
17
# that don't meet any of the previous special requirements, like most
18
# regular Unix and Windows builds.
19
- list(APPEND ZLIB_LIBRARIES $<IF:$<BOOL:CLR_CMAKE_USE_SYSTEM_ZLIB>,z,zlib>)
+ list(APPEND ZLIB_LIBRARIES $<IF:$<BOOL:${CLR_CMAKE_USE_SYSTEM_ZLIB}>,z,zlib>)
20
endif ()
21
list(APPEND ${NativeLibsExtra} ${ZLIB_LIBRARIES})
22
0 commit comments