mirror of https://github.com/stella-emu/stella.git
libretro: Add -stdlib=libc++ to the LDFLAGS for osx too.
This commit is contained in:
parent
d72b2da88e
commit
7b098e6185
|
@ -87,7 +87,7 @@ ifneq (,$(findstring unix,$(platform)))
|
|||
# OS X
|
||||
else ifeq ($(platform), osx)
|
||||
CXXFLAGS += $(LTO) $(PTHREAD_FLAGS) -stdlib=libc++
|
||||
LDFLAGS += $(LTO) $(PTHREAD_FLAGS)
|
||||
LDFLAGS += $(LTO) $(PTHREAD_FLAGS) -stdlib=libc++
|
||||
TARGET := $(TARGET_NAME)_libretro.dylib
|
||||
fpic := -fPIC
|
||||
SHARED := -dynamiclib
|
||||
|
|
Loading…
Reference in New Issue