From f40522e583c32e8a9cc4088ebadfe14784df9b97 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Mon, 6 Jul 2020 13:56:42 +0300 Subject: [PATCH] build script: use binary zlib and bzip2 libraries --- build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.py b/build.py index a77ac29c..51767325 100755 --- a/build.py +++ b/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