diff options
| author | Adam Gastineau <adam@agg.im> | 2024-04-02 08:11:58 -0700 |
|---|---|---|
| committer | Adam Gastineau <adam@agg.im> | 2024-04-02 08:11:58 -0700 |
| commit | 72aeeaf4800b498ffba9540c4e1d1da10d565af1 (patch) | |
| tree | f13f01226cb1b23fb8084d7134cc20e18abc373f /src/bootstrap | |
| parent | fb09ddb1eaa7ab4ca5db7fa6842a8fc19253e2bc (diff) | |
Updated comments
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/core/build_steps/llvm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/build_steps/llvm.rs b/src/bootstrap/src/core/build_steps/llvm.rs index 31209391d14..27265665468 100644 --- a/src/bootstrap/src/core/build_steps/llvm.rs +++ b/src/bootstrap/src/core/build_steps/llvm.rs @@ -364,7 +364,7 @@ impl Step for Llvm { cfg.define("LLVM_ENABLE_ZLIB", "OFF"); } - // Are we compiling for iOS/tvOS/watchOS/visionos? + // Are we compiling for iOS/tvOS/watchOS/visionOS? if target.contains("apple-ios") || target.contains("apple-tvos") || target.contains("apple-watchos") |
