diff --git a/Makefile b/Makefile index 146043ba..68b71f22 100644 --- a/Makefile +++ b/Makefile @@ -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)