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