mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add --harvid to VM build scripts
This commit is contained in:
parent
31e8c77609
commit
014e3d6603
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ fi
|
|||
|
||||
cd $BASE || exit 1
|
||||
git pull || exit 1
|
||||
./waf configure $* --strict --backtrace --noconfirm --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include || exit 1
|
||||
./waf configure $* --strict --backtrace --noconfirm --harvid --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include || exit 1
|
||||
./waf || exit 1
|
||||
cd tools/linux_packaging || exit 1
|
||||
./build --public --strip some || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue