Update log messages for mac package script

This commit is contained in:
Robin Gareus 2022-04-23 18:02:49 +02:00
parent 95693f9364
commit 2be95cf197
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 1 deletions

View File

@ -671,6 +671,7 @@ else
fi
if test x$WITH_HARRISON_LV2 != x ; then
echo "Bundling Harrison XT plugins"
curl -s -S --fail -# \
-z "${CACHEDIR}/${HARRISONLV2}.${OSX_BENSID}.zip" \
-o "${CACHEDIR}/${HARRISONLV2}.${OSX_BENSID}.zip" \
@ -769,7 +770,7 @@ if test x$WITH_GRATIS_X42_LV2 != x ; then
fi
if test -d ${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/; then
echo "Removing unused architectures from LV plugins"
echo "Removing unused architectures from LV2 plugins"
for file in ${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/*/*.dylib ; do
lipo -extract_family ${OSX_ARCH} ${file} -output ${file}.thin 2>/dev/null && \
mv ${file}.thin ${file}