Browse Source

Support externally provided compiler

pull/892/head
Ray 5 years ago
parent
commit
266df463cc
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/Makefile

+ 1
- 2
src/Makefile View File

@ -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…
Cancel
Save