13
0

new utility, arldd, to run ldd(1) on an uninstalled ardour build

git-svn-id: svn://localhost/ardour2/branches/3.0@8115 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-11-27 23:18:37 +00:00
parent bb592809f1
commit 785478b251

4
gtk2_ardour/arldd Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
exec ldd $TOP/$EXECUTABLE