Lines Matching refs:sdk
45 # If on OSX, use xcrun to determine the SDK root.
52 # query the SDK location.
516 # On OSX/iOS, record if an SDK path was specified. This
667 # default SDK is inferred by xcrun use xcrun to infer
668 # the SDK.
670 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
671 chomp $sdk;
672 push @CompileOpts, "-isysroot", $sdk;