Browse Source

wscript: enable gl4es for Android builds

pull/2/head
Alibek Omarov 2 years ago
parent
commit
acffeb1dad
  1. 1
      wscript

1
wscript

@ -154,6 +154,7 @@ def configure(conf): @@ -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

Loading…
Cancel
Save