mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-28 14:03:29 +01:00
MacOSX: Add possibility in build script to reuse existing wxWidgets compiled library
This commit is contained in:
parent
8e56e138cc
commit
c1f1c643ff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user