From: William Pursell <hidden> Date: 2026-07-28 11:46:53
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'