Commit 4b9e396
committed
fix(builder): preserve existing LIBRARY_PATH when adding SDK path
Follow same pattern as LDFLAGS/CFLAGS handling - check for existing
value and prepend rather than overwrite, preventing loss of paths
that cargo/rustc might depend on.1 parent 96b472e commit 4b9e396
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
301 | 313 | | |
302 | 314 | | |
303 | 315 | | |
| |||
0 commit comments