Closed
Description
Need to be more careful about how we tell rustc's build process to search for libraries to link against, in particular we need to convince it not to search ${libdir}
when doing the initial builds.
The problem there is the search of ${libdir}
is:
- necessary to find rust-llvm
- is also part of our generated
target.json
(so invocations of the finalrustc
to build other things look in${libdir}
).
Metadata
Metadata
Assignees
Labels
No labels