summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f2a6e1..edfd135 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,8 @@ else ifneq ($(findstring win,$(shell uname -a)),)
endif
endif
+HAVE_GCC = 0
+
ifeq ($(platform), unix)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC
@@ -85,6 +87,7 @@ else ifeq ($(platform), ctr)
CFLAGS += -D_3DS
PLATFORM_DEFINES := -D_3DS
STATIC_LINKING := 1
+ HAVE_GCC = 1
else
TARGET := $(TARGET_NAME)_libretro.dll
CC = gcc