MacOSX: Enable c++11 in compiler for non-legacy build.

This commit is contained in:
Mounir IDRASSI 2020-08-08 15:10:25 +02:00
parent b764926bd3
commit 42890b7b11
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 0 deletions

View File

@ -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