1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

MacOSX: put back full wxWidgets build in official build script.

This commit is contained in:
Mounir IDRASSI
2017-06-28 10:08:20 +02:00
parent 4a7ed6926b
commit 21543ada9b

View File

@@ -27,8 +27,7 @@ echo "Using MacOSX SDK $VC_OSX_TARGET"
cd $SOURCEPATH
echo "Building VeraCrypt"
#make WXSTATIC=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
make WXSTATIC=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
# Uncomment below and comment line above to reuse existing wxWidgets build
# make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
make WXSTATIC=1 && make WXSTATIC=1 package
# make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package