mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
build script: use binary zlib and bzip2 libraries
This commit is contained in:
parent
a5deb3f895
commit
f40522e583
1 changed files with 0 additions and 2 deletions
2
build.py
2
build.py
|
@ -78,8 +78,6 @@ class ZDoomBaseTarget(Target):
|
|||
self._assign_common_linker_flags(builder)
|
||||
|
||||
opts = self.cmake_options
|
||||
opts['FORCE_INTERNAL_ZLIB'] = 'YES'
|
||||
opts['FORCE_INTERNAL_BZIP2'] = 'YES'
|
||||
opts['PK3_QUIET_ZIPDIR'] = 'YES'
|
||||
opts['DYN_OPENAL'] = 'NO'
|
||||
# Explicit OpenAL configuration to avoid selection of Apple's framework
|
||||
|
|
Loading…
Reference in a new issue