mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
Libretro implementation of "Rick Dangerous". https://github.com/libretro/xrick-libretro PR: 246795 Submitted by: Daniel Menelkir
11 lines
409 B
Text
11 lines
409 B
Text
--- Makefile.libretro.orig 2020-10-07 22:50:55 UTC
|
|
+++ Makefile.libretro
|
|
@@ -39,7 +39,7 @@ ifeq ($(platform), android)
|
|
SHARED := -Wl,--fix-cortex-a8 -llog --shared -Wl,--version-script=$(CORE_DIR)/libretro/core/link.T -Wl,--no-undefined
|
|
|
|
else ifeq ($(platform), unix)
|
|
- CC = gcc
|
|
+ CC?= gcc
|
|
TARGET := $(TARGET_NAME)_libretro.so
|
|
fpic := -fPIC
|
|
ifneq ($(findstring SunOS,$(shell uname -a)),)
|