use GLES shaders in web build

This commit is contained in:
fgsfds 2020-06-17 00:15:27 +03:00
parent 1d6469d2cf
commit 6686a2d7d9
1 changed files with 1 additions and 1 deletions

View File

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