1
0
mirror of https://github.com/YGGverse/xash3d-fwgs.git synced 2025-03-13 06:21:08 +00:00

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

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