diff --git a/libretro/Makefile b/libretro/Makefile index b69e0060..77aa6e22 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -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