disable vulkan for nswitch

This commit is contained in:
Ivan Avdeev 2023-02-16 10:54:08 -08:00
parent 053d26e870
commit ac1665558f
1 changed files with 1 additions and 0 deletions

View File

@ -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