mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-15 14:26:03 +00:00
Support externally provided compiler
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user