Merge pull request #200 from kwyxz/master

FCEUmm core for Solaris 11
This commit is contained in:
Twinaphex
2018-01-23 07:55:37 +01:00
committed by GitHub

View File

@@ -58,7 +58,13 @@ LIBS :=
ifeq ($(platform), unix)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC
ifneq ($(findstring SunOS,$(shell uname -a)),)
CC = gcc
SHARED := -shared -z defs
else
SHARED := -shared -Wl,--version-script=src/drivers/libretro/link.T -Wl,-no-undefined
endif
else ifeq ($(platform), linux-portable)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC -nostdlib