build script: nblood target is based on eduke32

this propagates workaround for missing CLOCK_MONOTONIC definition to nblood target
This commit is contained in:
alexey.lysiuk 2020-12-24 10:06:08 +02:00
parent 72b22160ce
commit b399cbcc01

View file

@ -566,7 +566,7 @@ class EDuke32Target(MakeTarget):
self._update_env('CXXFLAGS', '-DCLOCK_MONOTONIC=0') self._update_env('CXXFLAGS', '-DCLOCK_MONOTONIC=0')
class NBloodTarget(MakeTarget): class NBloodTarget(EDuke32Target):
def __init__(self, name='nblood'): def __init__(self, name='nblood'):
super().__init__(name) super().__init__(name)
self.tool = 'gmake' self.tool = 'gmake'