use GLES shaders in web build
This commit is contained in:
parent
52c149b796
commit
75d5975dd9
2
Makefile
2
Makefile
|
@ -211,7 +211,7 @@ VERSION_ASFLAGS := --defsym AVOID_UB=1
|
||||||
COMPARE := 0
|
COMPARE := 0
|
||||||
|
|
||||||
ifeq ($(TARGET_WEB),1)
|
ifeq ($(TARGET_WEB),1)
|
||||||
VERSION_CFLAGS := $(VERSION_CFLAGS) -DTARGET_WEB
|
VERSION_CFLAGS := $(VERSION_CFLAGS) -DTARGET_WEB -DUSE_GLES
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Check backends
|
# Check backends
|
||||||
|
|
Loading…
Reference in New Issue