build script: use binary zlib and bzip2 libraries

This commit is contained in:
alexey.lysiuk 2020-07-06 13:56:42 +03:00
parent a5deb3f895
commit f40522e583

View file

@ -78,8 +78,6 @@ class ZDoomBaseTarget(Target):
self._assign_common_linker_flags(builder) self._assign_common_linker_flags(builder)
opts = self.cmake_options opts = self.cmake_options
opts['FORCE_INTERNAL_ZLIB'] = 'YES'
opts['FORCE_INTERNAL_BZIP2'] = 'YES'
opts['PK3_QUIET_ZIPDIR'] = 'YES' opts['PK3_QUIET_ZIPDIR'] = 'YES'
opts['DYN_OPENAL'] = 'NO' opts['DYN_OPENAL'] = 'NO'
# Explicit OpenAL configuration to avoid selection of Apple's framework # Explicit OpenAL configuration to avoid selection of Apple's framework