[ZLIBHOST]

- We only need the minimal Z_SOLO functionality. Avoids some compiler warnings.

svn path=/trunk/; revision=73695
This commit is contained in:
Thomas Faber 2017-02-05 09:42:43 +00:00
parent dc0fc72451
commit 719936a2f1

View file

@ -26,5 +26,6 @@ if(CMAKE_CROSSCOMPILING)
add_library(zlib_solo ${SOLO_SOURCE})
add_target_compile_definitions(zlib_solo Z_SOLO)
else()
add_library(zlibhost ${SOURCE} ${SOLO_SOURCE})
add_library(zlibhost ${SOLO_SOURCE})
add_target_compile_definitions(zlibhost Z_SOLO)
endif()