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 5bef1f2 commit cda115aCopy full SHA for cda115a
src/lib.rs
@@ -1600,7 +1600,7 @@ impl Build {
1600
cmd.args.push("-march=i686".into());
1601
}
1602
1603
- // Looks like `musl-gcc` makes is hard for `-m32` to make its way
+ // Looks like `musl-gcc` makes it hard for `-m32` to make its way
1604
// all the way to the linker, so we need to actually instruct the
1605
// linker that we're generating 32-bit executables as well. This'll
1606
// typically only be used for build scripts which transitively use
0 commit comments