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