mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix regexp in prev commit (abs path)
This commit is contained in:
parent
fcecace421
commit
3cc0f59d51
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ while [ true ] ; do
|
|||
checkIdx=$(($checkIdx + 1))
|
||||
|
||||
# ignore suil/qt wrappers - the plugin will pull in QT4.
|
||||
if echo $file | grep -qs '^libsuil_.*qt4' ; then continue; fi
|
||||
if echo $file | grep -qs 'libsuil_.*qt4' ; then continue; fi
|
||||
|
||||
# do not include libjack
|
||||
deps=`LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file | awk '{print $3}'`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue