diff options
| author | Mads Marquart <mads@marquart.dk> | 2025-08-11 21:42:38 +0200 |
|---|---|---|
| committer | Mads Marquart <mads@marquart.dk> | 2025-08-11 22:29:01 +0200 |
| commit | f4a911031daf366aa621871a065390688efbaf5d (patch) | |
| tree | 191400ed4ea056e0257a1bec0d1b499d5dd91d5e /compiler/rustc_codegen_ssa/messages.ftl | |
| parent | 1cc44bfd22f4db5bcf3921f4a8b64df4e9cf4124 (diff) | |
| download | rust-f4a911031daf366aa621871a065390688efbaf5d.tar.gz rust-f4a911031daf366aa621871a065390688efbaf5d.zip | |
Only warn when invoking xcrun
To allow using zig-cc or similar as the compiler driver.
Diffstat (limited to 'compiler/rustc_codegen_ssa/messages.ftl')
| -rw-r--r-- | compiler/rustc_codegen_ssa/messages.ftl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_ssa/messages.ftl b/compiler/rustc_codegen_ssa/messages.ftl index 3ca070acc9d..b6cfea88363 100644 --- a/compiler/rustc_codegen_ssa/messages.ftl +++ b/compiler/rustc_codegen_ssa/messages.ftl @@ -401,6 +401,9 @@ codegen_ssa_version_script_write_failure = failed to write version script: {$err codegen_ssa_visual_studio_not_installed = you may need to install Visual Studio build tools with the "C++ build tools" workload +codegen_ssa_xcrun_about = + the SDK is needed by the linker to know where to find symbols in system libraries and for embedding the SDK version in the final object file + codegen_ssa_xcrun_command_line_tools_insufficient = when compiling for iOS, tvOS, visionOS or watchOS, you need a full installation of Xcode |
