cargo::core::compiler

Function apply_env_config

source
pub(crate) fn apply_env_config(
    gctx: &GlobalContext,
    cmd: &mut ProcessBuilder,
) -> CargoResult<()>
Expand description

Applies environment variables from config [env] to ProcessBuilder.