remove zlib in linux, because linux use system png and zlib

This commit is contained in:
andyque 2015-04-03 14:53:15 +08:00
parent 9457904fac
commit ce204a11db
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if(MSVC)
endif()
if(LINUX)
list(APPEND all_prebuilt_libs fmod zlib)
list(APPEND all_prebuilt_libs fmod)
endif()
# END CONFIG