Module run_make_support::external_deps::rustc
source · Structs§
- A
rustc
invocation builder.
Functions§
- Construct a new
rustc
aux-build invocation. - Construct a plain
rustc
invocation with no flags set. Note thatset_host_rpath
still presets the environment variableHOST_RPATH_DIR
by default. - Construct a new
rustc
invocation. This will automatically set the library search path as-L cwd()
. Usebare_rustc
to avoid this.