libretro: Add -stdlib=libc++ to the LDFLAGS for osx too.

This commit is contained in:
orbea 2019-05-03 06:29:02 -07:00 committed by Stephen Anthony
parent d72b2da88e
commit 7b098e6185
1 changed files with 1 additions and 1 deletions

View File

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