From c200e008f16fa16b8a2c32bc02b97075f664c365 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 26 Feb 2024 10:55:42 +0300 Subject: [PATCH] wscript: disable gl-wes-v2 renderer from Android builds --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index c0315044..4237c466 100644 --- a/wscript +++ b/wscript @@ -197,7 +197,7 @@ def configure(conf): if conf.env.DEST_OS == 'android': conf.options.NO_VGUI = True # skip vgui conf.options.NANOGL = True - conf.options.GLWES = True + conf.options.GLWES = False # deprecated conf.options.GL4ES = True conf.options.GLES3COMPAT = True conf.options.GL = False