mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
use GLES shaders in web build
This commit is contained in:
parent
1d6469d2cf
commit
6686a2d7d9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue