Skip to content

Commit

Permalink
Rollup merge of #130034 - alexcrichton:fix-some-wasm-component-ld-com…
Browse files Browse the repository at this point in the history
…ments, r=onur-ozkan

 Fix enabling wasm-component-ld to match other tools

It was [pointed out recently][comment] that enabling `wasm-component-ld` as a host tool is different from other host tools. This commit refactors the logic to match by deduplicating selection of when to build other tools and then using the same logic for `wasm-component-ld`.

While here I also fixed a typo pointed out in rust-lang/rust#126967 (review)

[comment]: rust-lang/rust#127866 (comment)
  • Loading branch information
workingjubilee committed Sep 9, 2024
2 parents 4de1e36 + c62efd4 commit 02a5349
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 02a5349

Please sign in to comment.