We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee361e8 commit d262463Copy full SHA for d262463
compiler/rustc_codegen_ssa/src/back/apple.rs
@@ -164,7 +164,7 @@ pub(super) fn get_sdk_root(sess: &Session) -> Option<PathBuf> {
164
//
165
// Note that when cross-compiling from e.g. Linux, the `xcrun` binary may sometimes be provided
166
// as a shim by a cross-compilation helper tool. It usually isn't, but we still try nonetheless.
167
- match xcrun_show_sdk_path(sdk_name, sess.verbose_internals()) {
+ match xcrun_show_sdk_path(sdk_name, false) {
168
Ok((path, stderr)) => {
169
// Emit extra stderr, such as if `-verbose` was passed, or if `xcrun` emitted a warning.
170
if !stderr.is_empty() {
0 commit comments