pub fn add_dylib_path(path: Vec<PathBuf>, cmd: &mut BootstrapCommand)
Expand description
Adds a list of lookup paths to cmd
’s dynamic library lookup path.
If the dylib_path_var is already set for this cmd, the old value will be overwritten!
pub fn add_dylib_path(path: Vec<PathBuf>, cmd: &mut BootstrapCommand)
Adds a list of lookup paths to cmd
’s dynamic library lookup path.
If the dylib_path_var is already set for this cmd, the old value will be overwritten!