mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
MacOSX: Enable c++11 in compiler for non-legacy build.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user