add --harvid to VM build scripts

This commit is contained in:
Paul Davis 2013-06-11 09:28:59 -04:00
parent 31e8c77609
commit 014e3d6603

View file

@ -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