Commit 191d519
fix: use cargo linker config key instead of rustflags for path resolution
The linker path specified via rustflags (-C linker=...) is passed to
rustc which doesn't resolve it relative to the config file. Using
Cargo's native `linker` key resolves relative paths correctly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 12a86c9 commit 191d519
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments