We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a013ef commit cf1e21aCopy full SHA for cf1e21a
Jenkinsfile
@@ -256,6 +256,7 @@ pipeline {
256
sh build.sh -gtk4 checklibs install-pi-only
257
elif [[ ${PLATFORM} == cocoa.macosx.* ]]; then
258
sh build.sh install
259
+ vtool -v -show-signature libs/*
260
else
261
echo "Unexpected build platform ${PLATFORM}"
262
exit 1
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/build.sh
@@ -29,6 +29,7 @@ elif [ "x${MODEL}" = "xarm64" ] || [ "x${MODEL}" = "xaarch64" ]; then
29
fi
30
31
32
+#TODO: increment this?
33
export MACOSX_DEPLOYMENT_TARGET=10.10
34
35
make -f make_macosx.mak $1 $2 $3 $4 $5 $6 $7 $8 $9
0 commit comments