1
0
Fork 0
firefox/build/macosx/xcrun
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

10 lines
402 B
Bash
Executable file

#!/bin/sh
case "$*" in
"--sdk iphoneos --show-sdk-path"|"--show-sdk-path --sdk iphoneos"|"--show-sdk-path -sdk iphoneos"|"--sdk iphonesimulator --show-sdk-path"|"--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