run_make_support::external_deps::c_build

Function 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.