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