wscript: enable ref_gles3compat for Android

This commit is contained in:
Alibek Omarov 2023-11-03 17:01:47 +03:00
parent 5c90e716cb
commit c0ceab7513
1 changed files with 1 additions and 0 deletions

View File

@ -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)