mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 21:23:40 +01:00
MacOSX: Enable c++11 in compiler for non-legacy build.
This commit is contained in:
parent
b764926bd3
commit
42890b7b11
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user