Lines Matching defs:sdk
64 # Respect --apple-sdk <path> if it's specified. If the SDK is simply
86 def get_xcode_sdk_version(sdk):
88 subprocess.check_output(["xcrun", "--sdk", sdk, "--show-sdk-version"])
94 def get_xcode_sdk_root(sdk):
96 subprocess.check_output(["xcrun", "--sdk", sdk, "--show-sdk-path"])
102 def get_xcode_clang(sdk):
104 subprocess.check_output(["xcrun", "-sdk", sdk, "-f", "clang"])