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

wscript: disable gl-wes-v2 renderer from Android builds

This commit is contained in:
Alibek Omarov 2024-02-26 10:55:42 +03:00
parent e95a2da6d0
commit c200e008f1

View File

@ -197,7 +197,7 @@ def configure(conf):
if conf.env.DEST_OS == 'android':
conf.options.NO_VGUI = True # skip vgui
conf.options.NANOGL = True
conf.options.GLWES = True
conf.options.GLWES = False # deprecated
conf.options.GL4ES = True
conf.options.GLES3COMPAT = True
conf.options.GL = False