mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-12 23:44:20 +00:00
aedi: enable vulkan support for raze
This commit is contained in:
parent
66b750cde6
commit
cac1d5cf8c
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class LZDoom3Target(ZDoomBaseTarget):
|
||||||
opts['DYN_SNDFILE'] = 'NO'
|
opts['DYN_SNDFILE'] = 'NO'
|
||||||
|
|
||||||
|
|
||||||
class RazeTarget(ZDoomBaseTarget):
|
class RazeTarget(ZDoomVulkanBaseTarget):
|
||||||
def __init__(self, name='raze'):
|
def __init__(self, name='raze'):
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue