Skip to content

Commit cf1e21a

Browse files
committed
[DO NOT SUBMIT] Experiments with Mac compile target
1 parent 3a013ef commit cf1e21a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ pipeline {
256256
sh build.sh -gtk4 checklibs install-pi-only
257257
elif [[ ${PLATFORM} == cocoa.macosx.* ]]; then
258258
sh build.sh install
259+
vtool -v -show-signature libs/*
259260
else
260261
echo "Unexpected build platform ${PLATFORM}"
261262
exit 1

bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ elif [ "x${MODEL}" = "xarm64" ] || [ "x${MODEL}" = "xaarch64" ]; then
2929
fi
3030
fi
3131

32+
#TODO: increment this?
3233
export MACOSX_DEPLOYMENT_TARGET=10.10
3334

3435
make -f make_macosx.mak $1 $2 $3 $4 $5 $6 $7 $8 $9

0 commit comments

Comments
 (0)