mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
wscript: enable gl4es for Android builds
This commit is contained in:
1
wscript
1
wscript
@@ -154,6 +154,7 @@ def configure(conf):
|
|||||||
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 = True
|
||||||
|
conf.options.GL4ES = True
|
||||||
conf.options.GL = False
|
conf.options.GL = False
|
||||||
elif conf.env.MAGX:
|
elif conf.env.MAGX:
|
||||||
conf.options.USE_SELECT = True
|
conf.options.USE_SELECT = True
|
||||||
|
|||||||
Reference in New Issue
Block a user