mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
Merge pull request #2939 from vrc-get/fix-buildx-devtools-not-working
build: cargo xtask build-alcom --devtools not working
This commit is contained in:
commit
6f8cd53159
1 changed files with 4 additions and 0 deletions
|
|
@ -170,6 +170,10 @@ fn build_cargo(
|
|||
}
|
||||
}
|
||||
|
||||
if config.devtools {
|
||||
features.push("devtools");
|
||||
}
|
||||
|
||||
cmd.arg("--features").arg(features.iter().join(","));
|
||||
|
||||
if let Some(target) = target_triple {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue