git/src
James Le Cuirot 415958b792 rust: respect CARGO_BUILD_TARGET when locating build output
When cross-compiling, Cargo always writes to a target-tuple subdirectory
determined by CARGO_BUILD_TARGET, even when it matches the native tuple.
The build looked in $BUILD_DIR/$BUILD_TYPE directly, so it failed to
locate the freshly built library.

Respect CARGO_BUILD_TARGET in the output path so the correct artifact
is located.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-09-10 06:37:09 -07:00
..
cargo-meson.sh rust: respect CARGO_BUILD_TARGET when locating build output 2026-09-10 06:37:09 -07:00
csum_file.rs rust: add a small wrapper around the hashfile code 2026-02-07 17:41:03 -08:00
hash.rs rust: discard hash context when finished 2026-07-19 16:26:09 -07:00
lib.rs rust: add a small wrapper around the hashfile code 2026-02-07 17:41:03 -08:00
loose.rs rust: add a new binary object map format 2026-02-07 17:41:03 -08:00
meson.build Enable Rust by default 2026-04-09 17:25:36 -07:00
varint.rs rust/varint: add safety comments 2025-10-15 08:10:17 -07:00