mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: remove devilutionx-hellfire target
the current version of devilutionx is always built with hellfire support
This commit is contained in:
parent
09d54f3dca
commit
d369e37a5f
2 changed files with 0 additions and 7 deletions
|
@ -37,7 +37,6 @@ def targets():
|
|||
DoomRetroTarget(),
|
||||
Doom64EXTarget(),
|
||||
DevilutionXTarget(),
|
||||
DevilutionXHellfireTarget(),
|
||||
EDuke32Target(),
|
||||
NBloodTarget(),
|
||||
QuakespasmTarget(),
|
||||
|
|
|
@ -279,12 +279,6 @@ class DevilutionXTarget(CMakeMainTarget):
|
|||
super().configure(state)
|
||||
|
||||
|
||||
class DevilutionXHellfireTarget(DevilutionXTarget):
|
||||
def __init__(self, name='devilutionx-hellfire'):
|
||||
super().__init__(name)
|
||||
self.options['HELLFIRE'] = 'ON'
|
||||
|
||||
|
||||
class EDuke32Target(MakeMainTarget):
|
||||
def __init__(self, name='eduke32'):
|
||||
super().__init__(name)
|
||||
|
|
Loading…
Reference in a new issue