]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #62903 - swolchok:ios-sdkroot, r=alexcrichton
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 24 Jul 2019 23:05:05 +0000 (01:05 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2019 23:05:05 +0000 (01:05 +0200)
commit6e1ed3a116ca59b541d7a606c7e90593917b9d0d
treeb58836ae39c7f19fae2d2c86305a534c66682c5b
parent5a7db0e19a22795edd578c5ef308fc73c71b11e9
parent287db19e9a480decb491d39c3c22357a7a68f102
Rollup merge of #62903 - swolchok:ios-sdkroot, r=alexcrichton

Support SDKROOT env var on iOS

Following what clang does (https://github.com/llvm/llvm-project/blob/296a80102a9b72c3eda80558fb78a3ed8849b341/clang/lib/Driver/ToolChains/Darwin.cpp#L1661-L1678), allow allow SDKROOT to tell us where the Apple SDK lives so we don't have to invoke xcrun.

Replaces #62551.