mirror of https://github.com/sm64pc/sm64pc.git
Add files via upload
This commit is contained in:
parent
597546125e
commit
fae4311dff
4
Makefile
4
Makefile
|
@ -438,8 +438,8 @@ AS := i686-w64-mingw32-as
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(TARGET_WEB),1) # As in, not-web PC port
|
ifneq ($(TARGET_WEB),1) # As in, not-web PC port
|
||||||
CC := $(CROSS)gcc
|
CC ?= $(CROSS)gcc
|
||||||
CXX := $(CROSS)g++
|
CXX ?= $(CROSS)g++
|
||||||
else
|
else
|
||||||
CC := emcc
|
CC := emcc
|
||||||
CXX := emcc
|
CXX := emcc
|
||||||
|
|
Loading…
Reference in New Issue