mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
more info when linux build goes wrong
git-svn-id: svn://localhost/ardour2/branches/3.0@12523 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
72decf24cd
commit
edee3c3293
1 changed files with 1 additions and 0 deletions
|
|
@ -410,6 +410,7 @@ while [ true ] ; do
|
|||
if test "not" = ${dep}; then
|
||||
echo ""
|
||||
echo "!!! ERROR !!! - Missing dependant library for $file."
|
||||
echo "Searched: " $OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
|
||||
echo ""
|
||||
(LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file)
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue