Git development
 help / color / mirror / Atom feed
* Bug: Makefile ignores CARGO_TARGET_DIR
@ 2026-07-28 11:46 William Pursell
  2026-07-28 18:01 ` Todd Zullinger
  0 siblings, 1 reply; 2+ messages in thread
From: William Pursell @ 2026-07-28 11:46 UTC (permalink / raw)
  To: git

The Makefile hardcodes the path to the Rust static library at line
962, but the cargo invocation at line 3036 does not override
CARGO_TARGET_DIR. (line numbers are relative to 9a0c4701)

When CARGO_TARGET_DIR is set in the environment, the link step fails:

clang: error: no such file or directory: 'target/release/libgitcore.a'

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-28 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28 11:46 Bug: Makefile ignores CARGO_TARGET_DIR William Pursell
2026-07-28 18:01 ` Todd Zullinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox