mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
build script: nblood target is based on eduke32
this propagates workaround for missing CLOCK_MONOTONIC definition to nblood target
This commit is contained in:
parent
72b22160ce
commit
b399cbcc01
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -566,7 +566,7 @@ class EDuke32Target(MakeTarget):
|
|||
self._update_env('CXXFLAGS', '-DCLOCK_MONOTONIC=0')
|
||||
|
||||
|
||||
class NBloodTarget(MakeTarget):
|
||||
class NBloodTarget(EDuke32Target):
|
||||
def __init__(self, name='nblood'):
|
||||
super().__init__(name)
|
||||
self.tool = 'gmake'
|
||||
|
|
Loading…
Reference in a new issue