diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |