diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-07-16 16:23:47 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-07-16 16:23:47 +0300 |
| commit | 137c736d667dd500ddac47450df21ae9be345ba0 (patch) | |
| tree | 09b90094b7563b94884e3c90565d7bbd7b5eee5c /src/ci/scripts | |
| parent | 2e37675cc91052ea5a3fe56019e2d66e5822f1a5 (diff) | |
| parent | 72e22554caa473df6af10f0ab6c3c7c7c5ef8841 (diff) | |
| download | rust-137c736d667dd500ddac47450df21ae9be345ba0.tar.gz rust-137c736d667dd500ddac47450df21ae9be345ba0.zip | |
Merge from rust-lang/rust
Diffstat (limited to 'src/ci/scripts')
| -rwxr-xr-x | src/ci/scripts/install-clang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/scripts/install-clang.sh b/src/ci/scripts/install-clang.sh index 24b9904d65c..6103aa61248 100755 --- a/src/ci/scripts/install-clang.sh +++ b/src/ci/scripts/install-clang.sh @@ -40,7 +40,7 @@ if isMacOS; then # our own clang can figure out the correct include path on its own. ciCommandSetEnv SDKROOT "$(xcrun --sdk macosx --show-sdk-path)" - # Configure `AR` specifically so rustbuild doesn't try to infer it as + # Configure `AR` specifically so bootstrap doesn't try to infer it as # `clang-ar` by accident. ciCommandSetEnv AR "ar" elif isWindows && ! isKnownToBeMingwBuild; then |
