wscript: enable gl4es for Android builds

This commit is contained in:
Alibek Omarov 2022-06-12 03:06:31 +03:00
parent 6c7d57e1eb
commit acffeb1dad
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ def configure(conf):
conf.options.NO_VGUI= True # skip vgui
conf.options.NANOGL = True
conf.options.GLWES = True
conf.options.GL4ES = True
conf.options.GL = False
elif conf.env.MAGX:
conf.options.USE_SELECT = True