]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/native.rs
fix #101691: copy stage0 binaries into stage0-sysroot
[rust.git] / src / bootstrap / native.rs
index e1cc8d671d7fe892a0048627a1b3ba2e3bbad846..62b56994afe70e773b4ba587dfb18dd8d6f2dffb 100644 (file)
@@ -638,7 +638,7 @@ fn configure_cmake(
 
         if target.contains("darwin") {
             // Make sure that CMake does not build universal binaries on macOS.
-            // Explicitly specifiy the one single target architecture.
+            // Explicitly specify the one single target architecture.
             if target.starts_with("aarch64") {
                 // macOS uses a different name for building arm64
                 cfg.define("CMAKE_OSX_ARCHITECTURES", "arm64");