VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
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