mirror of https://github.com/axmolengine/axmol.git
remove zlib in linux, because linux use system png and zlib
This commit is contained in:
parent
9457904fac
commit
ce204a11db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue