rust/src/tools/run-make-support
Jieyou Xu 41931320f8
run-make-support: fix artifact name calculations for target
This was implemented incorrectly during the porting process, where we
relied on std consts. However, `run-make-support` is a host-only
library, which meant that these artifact names were for the *host* and
not the *target*.
2025-04-12 14:48:01 +08:00
..
src run-make-support: fix artifact name calculations for target 2025-04-12 14:48:01 +08:00
Cargo.toml Temporarily depend on os_pipe in run-make-support and re-export it 2025-03-07 19:08:11 +08:00
CHANGELOG.md run-make-support: update changelog 2024-06-11 21:31:08 +00:00