VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-12-05 20:17:21 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-12-06 11:51:11 +0100
commitc1f1c643ff54bf9888f775df3c4318e59a3ba18f (patch)
treee4852f07d10b42afb46a538291ddd9c10937ae5b /src
parent8e56e138cc7d0e1299a12b64be5a4d70a57b112b (diff)
downloadVeraCrypt-c1f1c643ff54bf9888f775df3c4318e59a3ba18f.tar.gz
VeraCrypt-c1f1c643ff54bf9888f775df3c4318e59a3ba18f.zip
MacOSX: Add possibility in build script to reuse existing wxWidgets compiled library
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Build/build_veracrypt_macosx.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Build/build_veracrypt_macosx.sh b/src/Build/build_veracrypt_macosx.sh
index dbd014e9..0951b254 100755
--- a/src/Build/build_veracrypt_macosx.sh
+++ b/src/Build/build_veracrypt_macosx.sh
@@ -29,3 +29,5 @@ cd $SOURCEPATH
echo "Building VeraCrypt"
make WXSTATIC=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1
+# Uncomment below and comment line above to reuse existing wxWidgets build
+# make WXSTATIC=1 clean && make WXSTATIC=1