mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 04:44:17 +00:00
wscript: disable gl-wes-v2 renderer from Android builds
This commit is contained in:
parent
e95a2da6d0
commit
c200e008f1
2
wscript
2
wscript
@ -197,7 +197,7 @@ def configure(conf):
|
|||||||
if conf.env.DEST_OS == 'android':
|
if conf.env.DEST_OS == 'android':
|
||||||
conf.options.NO_VGUI = True # skip vgui
|
conf.options.NO_VGUI = True # skip vgui
|
||||||
conf.options.NANOGL = True
|
conf.options.NANOGL = True
|
||||||
conf.options.GLWES = True
|
conf.options.GLWES = False # deprecated
|
||||||
conf.options.GL4ES = True
|
conf.options.GL4ES = True
|
||||||
conf.options.GLES3COMPAT = True
|
conf.options.GLES3COMPAT = True
|
||||||
conf.options.GL = False
|
conf.options.GL = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user