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