libretro: Fix core on Debian Buster (fixes #598)

This commit is contained in:
Stephen Anthony 2020-03-28 12:03:23 -02:30
parent b9f2c96058
commit f17794231c
1 changed files with 1 additions and 1 deletions

View File

@ -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)),)