Module run_make_support::artifact_names
source · Expand description
A collection of helpers to construct artifact names, such as names of dynamic or static librarys which are target-dependent.
Functions§
- Construct the binary (executable) name based on the target.
- Construct the dynamic library extension based on the target.
- Construct the dynamic library name based on the target.
- Construct the name of the import library for the dynamic library, exclusive to MSVC and accepted by link.exe.
- Construct the name of a rust library (rlib).
- Construct the static library name based on the target.