diff --git a/src/Makefile b/src/Makefile index f881c87e5d..a1e1e43b3c 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