mirror of https://github.com/snes9xgit/snes9x.git
libretro: Add -std=c++17 to macOS target.
This commit is contained in:
parent
cb8eae1486
commit
38603e8a0d
|
@ -74,7 +74,7 @@ ifneq (,$(findstring unix,$(platform)))
|
|||
# OS X
|
||||
else ifeq ($(platform), osx)
|
||||
CFLAGS += $(LTO)
|
||||
CXXFLAGS += $(LTO)
|
||||
CXXFLAGS += -std=c++17 $(LTO)
|
||||
LDFLAGS += $(LTO)
|
||||
TARGET := $(TARGET_NAME)_libretro.dylib
|
||||
fpic := -fPIC
|
||||
|
|
Loading…
Reference in New Issue