Browse Source

wscript: enable ref_gles3compat for Android

pull/2/head
Alibek Omarov 8 months ago
parent
commit
c0ceab7513
  1. 1
      wscript

1
wscript

@ -200,6 +200,7 @@ def configure(conf): @@ -200,6 +200,7 @@ def configure(conf):
conf.options.NANOGL = True
conf.options.GLWES = True
conf.options.GL4ES = True
conf.options.GLES3COMPAT = True
conf.options.GL = False
conf.options.SINGLE_BINARY = True
conf.define('XASH_SDLMAIN', 1)

Loading…
Cancel
Save