From c1f1c643ff54bf9888f775df3c4318e59a3ba18f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 5 Dec 2015 20:17:21 +0100 Subject: MacOSX: Add possibility in build script to reuse existing wxWidgets compiled library --- src/Build/build_veracrypt_macosx.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3