fix windows zlib path, hopefully for the last time

develop
Myk Taylor 2020-08-09 10:47:15 -07:00
parent e2129673c1
commit 06e3f77e39
1 changed files with 1 additions and 1 deletions

@ -86,7 +86,7 @@ add_library(expat STATIC IMPORTED)
set_target_properties(expat PROPERTIES IMPORTED_LOCATION ${LIBEXPAT_LIB})
if(WIN32)
set(LIB_Z_LIB "depends/zlib/lib/zlib.lib")
set(LIB_Z_LIB "depends/zlib/lib/zlib")
else()
set(LIB_Z_LIB "z")
endif()