pub fn build(
env: &Environment,
project_path: &Path,
target_triple: Option<&str>,
resolve_targets: Option<Vec<String>>,
extra_vars: HashMap<String, Option<String>>,
release: bool,
verbose: bool,
) -> Result<()>Expand description
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.