mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 16:41:42 +00:00
aedi: remove obsolete definition from eduke32/nblood
[skip build]
This commit is contained in:
parent
3db3604720
commit
18aa12d5b7
1 changed files with 0 additions and 6 deletions
|
@ -401,12 +401,6 @@ class EDuke32Target(MakeMainTarget):
|
|||
|
||||
return has_bundle('EDuke32') and not has_bundle('NBlood')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
super().configure(state)
|
||||
|
||||
# Fix missing definition when building with SDK older than 10.12
|
||||
state.update_environment('CXXFLAGS', '-DCLOCK_MONOTONIC=0')
|
||||
|
||||
|
||||
class NBloodTarget(EDuke32Target):
|
||||
def __init__(self, name='nblood'):
|
||||
|
|
Loading…
Reference in a new issue