MacOSX: Add possibility in build script to reuse existing wxWidgets compiled library

This commit is contained in:
Mounir IDRASSI 2015-12-05 20:17:21 +01:00
parent 8e56e138cc
commit c1f1c643ff

View File

@ -29,3 +29,5 @@ cd $SOURCEPATH
echo "Building VeraCrypt" echo "Building VeraCrypt"
make WXSTATIC=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1 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