Line 0
Link Here
|
|
|
1 |
--- Makefile.libretro.orig 2020-12-18 11:59:03 UTC |
2 |
+++ Makefile.libretro |
3 |
@@ -39,7 +39,7 @@ ifeq ($(platform), android) |
4 |
SHARED := -Wl,--fix-cortex-a8 -llog --shared -Wl,--version-script=$(CORE_DIR)/libretro/core/link.T -Wl,--no-undefined |
5 |
|
6 |
else ifeq ($(platform), unix) |
7 |
- CC = gcc |
8 |
+ CC? = gcc |
9 |
TARGET := $(TARGET_NAME)_libretro.so |
10 |
fpic := -fPIC |
11 |
ifneq ($(findstring SunOS,$(shell uname -a)),) |