mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
parent
c9463d90b6
commit
599add9ad4
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ ifeq (,$(filter GCC%,$(.VARIABLES)))
|
||||||
# If this version is not in the list, default to the latest supported
|
# If this version is not in the list, default to the latest supported
|
||||||
ifeq (,$(filter $(v),$(SUPPORTED_GCC_VERSIONS)))
|
ifeq (,$(filter $(v),$(SUPPORTED_GCC_VERSIONS)))
|
||||||
$(info\
|
$(info\
|
||||||
Your compiler version, GCC $(version) is not supported by the Makefile.\
|
Your compiler version, GCC $(version), is not supported by the Makefile.\
|
||||||
The Makefile will assume GCC $(LATEST_GCC_VERSION).)
|
The Makefile will assume GCC $(LATEST_GCC_VERSION).)
|
||||||
GCC$(subst .,,$(LATEST_GCC_VERSION))=1
|
GCC$(subst .,,$(LATEST_GCC_VERSION))=1
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue