rust: fix path to rust_root_crate.sh
Generated Rust root crate source files contain the wrong path to the rust_root_crate.sh script. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Link: https://lore.kernel.org/r/20251007194427.118871-1-stefanha@redhat.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1a583ca382
commit
b9ef6198d7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -eu
|
|||
|
||||
cat <<EOF
|
||||
// @generated
|
||||
// This file is autogenerated by scripts/rust_root_crate.sh
|
||||
// This file is autogenerated by scripts/rust/rust_root_crate.sh
|
||||
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue