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

pub fn build(
    env: &Environment,
    logger: &Logger,
    project_path: &Path,
    target_triple: Option<&str>,
    resolve_targets: Option<Vec<String>>,
    extra_vars: HashMap<String, Option<String>>,
    release: bool,
    verbose: bool
) -> Result<()>

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.