Skip to content

Commit

Permalink
MacOSX: Enable c++11 in compiler for non-legacy build.
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Aug 8, 2020
1 parent b764926 commit 42890b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 42890b7

Please sign in to comment.