mirror of
https://github.com/libretro/snes9x.git
synced 2024-11-27 10:30:31 +00:00
libretro: Try c++14 for macOS.
This commit is contained in:
parent
38603e8a0d
commit
49b7d45fd0
@ -74,7 +74,7 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
# OS X
|
||||
else ifeq ($(platform), osx)
|
||||
CFLAGS += $(LTO)
|
||||
CXXFLAGS += -std=c++17 $(LTO)
|
||||
CXXFLAGS += -std=c++14 $(LTO)
|
||||
LDFLAGS += $(LTO)
|
||||
TARGET := $(TARGET_NAME)_libretro.dylib
|
||||
fpic := -fPIC
|
||||
|
Loading…
Reference in New Issue
Block a user