mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
build script: specify deployment target explicitly
This commit is contained in:
parent
eb55f3e00f
commit
ddc445f408
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -36,7 +36,7 @@ class Target:
|
|||
self.name = None
|
||||
self.url = None
|
||||
self.src_root = ''
|
||||
self.cmake_options = {}
|
||||
self.cmake_options = {'CMAKE_OSX_DEPLOYMENT_TARGET': '10.9'}
|
||||
self.post_build = None
|
||||
|
||||
def _assign_common_linker_flags(self, builder: 'Builder'):
|
||||
|
|
Loading…
Reference in a new issue