Skip to content

Commit 7921573

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ pipeline {
256256
sh build.sh -gtk4 checklibs install-pi-only
257257
elif [[ ${PLATFORM} == cocoa.macosx.* ]]; then
258258
sh build.sh install
259+
for f in libs/*; do
260+
vtool -show ${f}
261+
done
259262
else
260263
echo "Unexpected build platform ${PLATFORM}"
261264
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)