aedi: remove obsolete definition from eduke32/nblood

[skip build]
This commit is contained in:
alexey.lysiuk 2022-09-22 15:09:34 +03:00
parent 3db3604720
commit 18aa12d5b7
1 changed files with 0 additions and 6 deletions

View File

@ -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'):