From 6686a2d7d9b5e25493f3ef2e103d44b6cf4c2ad8 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Wed, 17 Jun 2020 00:15:27 +0300 Subject: [PATCH] use GLES shaders in web build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68b71f22..8360415b 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ VERSION_ASFLAGS := --defsym AVOID_UB=1 COMPARE := 0 ifeq ($(TARGET_WEB),1) - VERSION_CFLAGS := $(VERSION_CFLAGS) -DTARGET_WEB + VERSION_CFLAGS := $(VERSION_CFLAGS) -DTARGET_WEB -DUSE_GLES endif # Check backends