summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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