Support externally provided compiler
This commit is contained in:
parent
5fec3ef895
commit
266df463cc
@ -206,8 +206,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID)
|
||||
endif
|
||||
|
||||
# Define default C compiler and archiver to pack library
|
||||
# NOTE: define g++ compiler if using C++
|
||||
CC = gcc
|
||||
CC ?= gcc
|
||||
AR = ar
|
||||
|
||||
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||
|
Loading…
Reference in New Issue
Block a user