mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-12 12:10:20 +01:00
disable vulkan for nswitch
This commit is contained in:
parent
053d26e870
commit
ac1665558f
1
wscript
1
wscript
@ -184,6 +184,7 @@ def configure(conf):
|
||||
conf.options.SINGLE_BINARY = True
|
||||
conf.options.NO_ASYNC_RESOLVE = True
|
||||
conf.options.USE_STBTT = True
|
||||
conf.options.VULKAN = False # https://github.com/w23/xash3d-fwgs/issues/429
|
||||
|
||||
if conf.env.STATIC_LINKING:
|
||||
enforce_pic = False # PIC may break full static builds
|
||||
|
Loading…
Reference in New Issue
Block a user