From 20fa01097c3550d4970d4ed7f4f263f665204d09 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 May 2012 03:35:30 +0000 Subject: tweak noderun script git-svn-id: svn://localhost/ardour2/branches/3.0@12177 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/noderun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun index c52a2dbae4..b561f868b5 100644 --- a/tools/linux_packaging/noderun +++ b/tools/linux_packaging/noderun @@ -11,7 +11,7 @@ fi cd $BASE || exit 1 svn update || exit 1 -./waf configure --strict --noconfirm || exit 1 +./waf configure --strict --noconfirm --also-include=$HOME/a3/inst/include --also-libdir=$HOME/gtk/inst/lib || exit 1 ./waf || exit 1 cd tools/linux_packaging || exit 1 ./build --public --strip some || exit 1 -- cgit v1.2.3