2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

wscript: allow async resolving for NSwitch

This commit is contained in:
Alibek Omarov 2024-10-02 00:51:07 +03:00
parent 138b4fa247
commit ef0fc46ed8

View File

@ -228,7 +228,6 @@ def configure(conf):
elif conf.env.DEST_OS == 'nswitch':
conf.options.NO_VGUI = True
conf.options.GL = True
conf.options.NO_ASYNC_RESOLVE = True
conf.options.USE_STBTT = True
elif conf.env.DEST_OS == 'psvita':
conf.options.NO_VGUI = True