mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add check for the link for libmagic.dylib.
This commit is contained in:
parent
07c5124496
commit
7590dda669
@ -438,6 +438,8 @@ if [ -d "${LibMagicSourceDir}" -a ! -f "${LibMagicInstallHdr}" ]; then
|
||||
(
|
||||
cd "${LibMagicInstallDir}"
|
||||
lipo -create ${OBJ_LIST} -o lib/${file}
|
||||
# check for the "missing link"...
|
||||
test -f lib/libmagic.dylib || (cd lib ; ln -s "${LibMagicLibrary}" libmagic.dylib)
|
||||
)
|
||||
done
|
||||
# --------
|
||||
|
Loading…
Reference in New Issue
Block a user