Function run_make_support::external_deps::c_build::build_native_static_lib
source ยท pub fn build_native_static_lib(lib_name: &str) -> PathBuf
Expand description
Builds a static lib (.lib
on Windows MSVC and .a
for the rest) with the given name.
Built from a C file.