[][src]Function pyoxidizerlib::projectmgmt::build

pub fn build(
    logger: &Logger,
    project_path: &str,
    target: Option<&str>,
    release: bool,
    verbose: bool
) -> Result<(), String>

Build a PyOxidizer enabled project.

This is a glorified wrapper around cargo build. Our goal is to get the output from repackaging to give the user something for debugging.