Skip to content

build.rs checks for CARGO_RUSTC_WRAPPER which does not seem to be a thing #248

Closed
@RalfJung

Description

@RalfJung

There is an env var called RUSTC_WRAPPER, but the build script looks for CARGO_RUSTC_WRAPPER which I cannot find anywhere in the cargo docs or source. Is that a typo?

let mut cmd = if let Some(wrapper) = env::var_os("CARGO_RUSTC_WRAPPER") {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions