summaryrefslogtreecommitdiffstats
path: root/taskcluster/scripts/misc/osx-cross-linker
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/scripts/misc/osx-cross-linker')
-rwxr-xr-xtaskcluster/scripts/misc/osx-cross-linker2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskcluster/scripts/misc/osx-cross-linker b/taskcluster/scripts/misc/osx-cross-linker
index ec08589524..886002bb07 100755
--- a/taskcluster/scripts/misc/osx-cross-linker
+++ b/taskcluster/scripts/misc/osx-cross-linker
@@ -4,5 +4,5 @@ exec $MOZ_FETCHES_DIR/clang/bin/clang -v \
-fuse-ld=lld \
-mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET:-10.12} \
-target $TARGET \
- -isysroot $MOZ_FETCHES_DIR/MacOSX14.2.sdk \
+ -isysroot $MOZ_FETCHES_DIR/MacOSX14.4.sdk \
"$@"