mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Less verbose framework relocation support output.
This commit is contained in:
parent
d4f51e6ed0
commit
9bbd21cf1f
@ -776,7 +776,7 @@ EOF
|
|||||||
# pattern match for: /path/to/qt/lib/QtGui.framework/Versions/4/QtGui (compatibility version 4.6.0, current version 4.6.2)
|
# pattern match for: /path/to/qt/lib/QtGui.framework/Versions/4/QtGui (compatibility version 4.6.0, current version 4.6.2)
|
||||||
case "${library}" in
|
case "${library}" in
|
||||||
*@rpath/*"${libnm}"*"("*version*")"*)
|
*@rpath/*"${libnm}"*"("*version*")"*)
|
||||||
echo rpath based name for ${libnm} is ok.
|
# echo rpath based name for ${libnm} is ok.
|
||||||
;;
|
;;
|
||||||
*"${libnm}"*"("*version*")"*)
|
*"${libnm}"*"("*version*")"*)
|
||||||
installname -change\
|
installname -change\
|
||||||
|
Loading…
Reference in New Issue
Block a user