mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 11:31:07 +00:00
aedi: enable link-time optimization for quakespasm-exp
This commit is contained in:
parent
b2eed03d30
commit
ceca248e7c
1 changed files with 5 additions and 2 deletions
|
@ -488,7 +488,10 @@ class QuakespasmExpTarget(CMakeMainTarget):
|
|||
|
||||
if state.xcode:
|
||||
opts['QUAKE_BUILD_ENGINE_PAK'] = 'OFF'
|
||||
elif state.architecture() != machine():
|
||||
opts['MakeQuakePak_DIR'] = state.native_build_path
|
||||
else:
|
||||
opts['QUAKE_LTO'] = 'ON'
|
||||
|
||||
if state.architecture() != machine():
|
||||
opts['MakeQuakePak_DIR'] = state.native_build_path
|
||||
|
||||
super().configure(state)
|
||||
|
|
Loading…
Reference in a new issue