Fix macOS signing when excluding xjadeo

This commit is contained in:
Robin Gareus
2024-05-05 18:49:12 +02:00
parent 8cf0fe5c77
commit dec7b9a9af

View File

@@ -468,6 +468,7 @@ else
STDCPP=
fi
echo "Stripping symbols and architectures."
while [ true ] ; do
missing=false
for file in $APPROOT/MacOS/* $Frameworks/* $Panners/*.dylib $Backends/*.dylib $Surfaces/*.dylib $GTK_ENGINE_DIR/*.dylib ; do
@@ -951,7 +952,7 @@ if test -n "${APPLE_DEVELOPER_ID_FOR_APPLICATION}"; then
fi
fi
if test -n "${APPLE_DEVELOPER_ID_FOR_APPLICATION}" -a -n "$WITH_HARVID"; then
if test -n "${APPLE_DEVELOPER_ID_FOR_APPLICATION}" -a -n "$WITH_XJADEO"; then
#############
## Sign Jadeo