fix Mac OSX X11 dependency

This commit is contained in:
Marc Wäckerlin
2018-10-17 11:59:02 +02:00
parent bc5c604841
commit 1f4903ce9c
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ while [ $found -ne 0 ]; do
cd "${target}"
for file in $(find . -type f); do
for lib in $(otool -L ${file} | tail -n +2 \
| egrep '/usr/local/|/opt/local/|'"${HOME}" \
| egrep '/usr/local/|/opt/local/|/opt/X11/|'"${HOME}" \
| grep -v $file | awk '{print $1}'); do
found=1
test -f ${lib##*/} \