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 a52b96fCopy full SHA for a52b96f
Jenkinsfile
@@ -256,6 +256,9 @@ pipeline {
256
sh build.sh -gtk4 checklibs install-pi-only
257
elif [[ ${PLATFORM} == cocoa.macosx.* ]]; then
258
sh build.sh install
259
+ for f in libs/*; do
260
+ vtool -show ${f}
261
+ done
262
else
263
echo "Unexpected build platform ${PLATFORM}"
264
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
-export MACOSX_DEPLOYMENT_TARGET=10.10
+#TODO: increment this?
33
+export MACOSX_DEPLOYMENT_TARGET=10.15
34
35
make -f make_macosx.mak $1 $2 $3 $4 $5 $6 $7 $8 $9
0 commit comments