From f1fde9dc4db1415fcd40c965a0feb639cc0ae4fc Mon Sep 17 00:00:00 2001 From: Jean-André Santoni Date: Thu, 4 Jun 2015 14:08:07 +0700 Subject: Unhardcode CC in the Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0330e95..c21dc7a 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,6 @@ else ifneq ($(findstring win,$(shell uname -a)),) endif endif -CC = gcc - ifeq ($(platform), unix) TARGET := libretro.so fpic := -fPIC -- cgit v1.2.3