From c0ceab75132565a2c564e4c6469113f95cec6344 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 3 Nov 2023 17:01:47 +0300 Subject: [PATCH] wscript: enable ref_gles3compat for Android --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 8dd4f29c..07ee9547 100644 --- a/wscript +++ b/wscript @@ -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)