From 42890b7b1126c3ae1bcb82df347b04a783b9a31c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 8 Aug 2020 15:10:25 +0200 Subject: MacOSX: Enable c++11 in compiler for non-legacy build. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index f881c87e..a1e1e43b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -300,6 +300,7 @@ ifeq "$(shell uname -s)" "Darwin" LFLAGS += -arch i386 WX_CONFIGURE_FLAGS += --enable-universal_binary=i386,x86_64 else + CXXFLAGS += -std=c++11 WX_CONFIGURE_FLAGS += --disable-universal_binary endif -- cgit v1.2.3