mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[ZLIBHOST]
- We only need the minimal Z_SOLO functionality. Avoids some compiler warnings. svn path=/trunk/; revision=73695
This commit is contained in:
+2
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user