fix web build

This commit is contained in:
fgsfds 2020-06-16 22:24:54 +03:00
parent 2e989e4831
commit 1d6469d2cf
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ ifneq ($(TARGET_WEB),1) # As in, not-web PC port
CXX := $(CROSS)g++
else
CC := emcc
CXX := emcc
endif
LD := $(CC)