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

wscript: allow async resolving for PSVita

This commit is contained in:
Alibek Omarov 2024-10-02 00:50:48 +03:00
parent 47d1f3459c
commit 138b4fa247

View File

@ -233,7 +233,6 @@ def configure(conf):
elif conf.env.DEST_OS == 'psvita':
conf.options.NO_VGUI = True
conf.options.GL = True
conf.options.NO_ASYNC_RESOLVE = True
conf.options.USE_STBTT = True
# we'll specify -fPIC by hand for shared libraries only
enforce_pic = False