Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / build / macosx / xcrun
blob52edb12d7bfcac986618406cad0d698f12de73c7
1 #!/bin/sh
3 case "$*" in
4 "--show-sdk-path --sdk iphoneos"|"--show-sdk-path -sdk iphoneos"|"--show-sdk-path --sdk iphonesimulator"|"--show-sdk-path -sdk iphonesimulator")
5 ;;
6 *)
7 echo We only expect this to be executed by third_party/rust/cc/src/lib.rs or rustc when targetting iOS >&2
8 exit 1
9 esac
10 echo $IPHONEOS_SDK_DIR