From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- build/macosx/xcrun | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 build/macosx/xcrun (limited to 'build/macosx') diff --git a/build/macosx/xcrun b/build/macosx/xcrun new file mode 100755 index 0000000000..52edb12d7b --- /dev/null +++ b/build/macosx/xcrun @@ -0,0 +1,10 @@ +#!/bin/sh + +case "$*" in +"--show-sdk-path --sdk iphoneos"|"--show-sdk-path -sdk iphoneos"|"--show-sdk-path --sdk iphonesimulator"|"--show-sdk-path -sdk iphonesimulator") + ;; +*) + echo We only expect this to be executed by third_party/rust/cc/src/lib.rs or rustc when targetting iOS >&2 + exit 1 +esac +echo $IPHONEOS_SDK_DIR -- cgit v1.2.3