From 668d92ea23bf2ee22b29f2c0812fb1eaafa2adf0 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Fri, 14 Apr 2017 22:08:12 +0200 Subject: [PATCH] LyX build for Mac - avoid shipment of debug libraries --- development/LyX-Mac-binary-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 2f8897fac5..92c7f2f452 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -767,6 +767,7 @@ EOF test -d "${condir}/${fwdir}" || ( echo Copy framework "${source}/lib/"$(basename "${fwdir}") cp -pR "${source}/lib/"$(basename "${fwdir}") "${condir}/${fwdir}" + rm -f "${condir}/${fwdir}/${version}${libnm}"_debug installname -id "@executable_path/../${fwdir}/${version}${libnm}" "${condir}/${fwdir}/${version}${libnm}" find "${condir}/PlugIns" "${condir}/"$(dirname "${fwdir}") -name Headers -prune -o -type f -print | while read filename ; do if [ "${filename}" != "${target}" ]; then