Function normalize_build

Source
pub fn normalize_build(
    build: Option<&TomlPackageBuild>,
    package_root: &Path,
) -> CargoResult<Option<TomlPackageBuild>>
Expand description

Returns the path to the build script if one exists for this crate.