Parcourir la source

Support externally provided compiler

pull/892/head
Ray il y a 5 ans
Parent
révision
266df463cc
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      src/Makefile

+ 1
- 2
src/Makefile Voir le fichier

@ -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)

Chargement…
Annuler
Enregistrer