mirror of https://github.com/stella-emu/stella.git
libretro: Fix core on Debian Buster (fixes #598)
This commit is contained in:
parent
b9f2c96058
commit
f17794231c
|
@ -57,7 +57,7 @@ endif
|
||||||
# Unix
|
# Unix
|
||||||
ifneq (,$(findstring unix,$(platform)))
|
ifneq (,$(findstring unix,$(platform)))
|
||||||
CXXFLAGS += $(LTO)
|
CXXFLAGS += $(LTO)
|
||||||
LDFLAGS += $(LTO) $(PTHREAD_FLAGS)
|
LDFLAGS += $(LTO) $(PTHREAD_FLAGS) -static-libgcc -static-libstdc++
|
||||||
TARGET := $(TARGET_NAME)_libretro.so
|
TARGET := $(TARGET_NAME)_libretro.so
|
||||||
fpic := -fPIC
|
fpic := -fPIC
|
||||||
ifneq ($(findstring SunOS,$(shell uname -a)),)
|
ifneq ($(findstring SunOS,$(shell uname -a)),)
|
||||||
|
|
Loading…
Reference in New Issue