Support externally provided compiler

This commit is contained in:
Ray 2019-06-12 12:03:34 +02:00
parent 5fec3ef895
commit 266df463cc

View File

@ -206,8 +206,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID)
endif endif
# Define default C compiler and archiver to pack library # Define default C compiler and archiver to pack library
# NOTE: define g++ compiler if using C++ CC ?= gcc
CC = gcc
AR = ar AR = ar
ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM),PLATFORM_DESKTOP)