Remove redefinition of CC
Redefining CC isn't a standard thing to do in Makefiles. See more information about this over at: https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
This commit is contained in:
parent
9080a23913
commit
7854686903
2
Makefile
2
Makefile
@ -34,8 +34,6 @@ OBJ := build/obj
|
|||||||
BOOTROMS_DIR ?= $(BIN)/BootROMs
|
BOOTROMS_DIR ?= $(BIN)/BootROMs
|
||||||
|
|
||||||
# Set tools
|
# Set tools
|
||||||
|
|
||||||
CC := clang
|
|
||||||
ifeq ($(PLATFORM),windows32)
|
ifeq ($(PLATFORM),windows32)
|
||||||
# To force use of the Unix version instead of the Windows version
|
# To force use of the Unix version instead of the Windows version
|
||||||
MKDIR := $(shell which mkdir)
|
MKDIR := $(shell which mkdir)
|
||||||
|
Loading…
Reference in New Issue
Block a user