mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-25 11:19:59 +01:00
wscript: allow async resolving for PSVita
This commit is contained in:
parent
47d1f3459c
commit
138b4fa247
1
wscript
1
wscript
@ -233,7 +233,6 @@ def configure(conf):
|
|||||||
elif conf.env.DEST_OS == 'psvita':
|
elif conf.env.DEST_OS == 'psvita':
|
||||||
conf.options.NO_VGUI = True
|
conf.options.NO_VGUI = True
|
||||||
conf.options.GL = True
|
conf.options.GL = True
|
||||||
conf.options.NO_ASYNC_RESOLVE = True
|
|
||||||
conf.options.USE_STBTT = True
|
conf.options.USE_STBTT = True
|
||||||
# we'll specify -fPIC by hand for shared libraries only
|
# we'll specify -fPIC by hand for shared libraries only
|
||||||
enforce_pic = False
|
enforce_pic = False
|
||||||
|
Loading…
Reference in New Issue
Block a user