13
0

re-tweak noderun script

git-svn-id: svn://localhost/ardour2/branches/3.0@12178 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-05-04 03:36:09 +00:00
parent 20fa01097c
commit 244b987374

View File

@ -11,7 +11,7 @@ fi
cd $BASE || exit 1
svn update || exit 1
./waf configure --strict --noconfirm --also-include=$HOME/a3/inst/include --also-libdir=$HOME/gtk/inst/lib || exit 1
./waf configure --strict --noconfirm --also-libdir=$HOME/a3/inst/include --also-include=$HOME/gtk/inst/lib || exit 1
./waf || exit 1
cd tools/linux_packaging || exit 1
./build --public --strip some || exit 1