mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Add files via upload
This commit is contained in:
parent
597546125e
commit
77eede660b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -438,8 +438,8 @@ AS := i686-w64-mingw32-as
|
|||
endif
|
||||
|
||||
ifneq ($(TARGET_WEB),1) # As in, not-web PC port
|
||||
CC := $(CROSS)gcc
|
||||
CXX := $(CROSS)g++
|
||||
CC ?= $(CROSS)gcc
|
||||
CXX ?= $(CROSS)g++
|
||||
else
|
||||
CC := emcc
|
||||
CXX := emcc
|
||||
|
|
Loading…
Reference in a new issue