diff --git a/src/native/libs/System.IO.Compression.Native/extra_libs.cmake b/src/native/libs/System.IO.Compression.Native/extra_libs.cmake index 589cf5a79ad78..03b40533e2109 100644 --- a/src/native/libs/System.IO.Compression.Native/extra_libs.cmake +++ b/src/native/libs/System.IO.Compression.Native/extra_libs.cmake @@ -16,7 +16,7 @@ macro(append_extra_compression_libs NativeLibsExtra) # 'zlib' represents our in-tree zlib, and is used in all other platforms # that don't meet any of the previous special requirements, like most # regular Unix and Windows builds. - list(APPEND ZLIB_LIBRARIES $,z,zlib>) + list(APPEND ZLIB_LIBRARIES $,z,zlib>) endif () list(APPEND ${NativeLibsExtra} ${ZLIB_LIBRARIES})