commit 668d92ea23bf2ee22b29f2c0812fb1eaafa2adf0
Author: Stephan Witt <[email protected]>
Date:   Fri Apr 14 22:08:12 2017 +0200

    LyX build for Mac - avoid shipment of debug libraries
---
 development/LyX-Mac-binary-release.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/development/LyX-Mac-binary-release.sh 
b/development/LyX-Mac-binary-release.sh
index 2f8897f..92c7f2f 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

Reply via email to