Skip to content

Commit

Permalink
fix _ typo in CARGO_ZIGBUILD_RUSTC_VERSION (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheyca authored Dec 16, 2024
1 parent 9ee0b8c commit c447738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ impl Zig {
let rustc_meta = rustc_version::version_meta()?;
Self::add_env_if_missing(
cmd,
"CARGOZIG_BUILD_RUSTC_VERSION",
"CARGO_ZIGBUILD_RUSTC_VERSION",
rustc_meta.semver.to_string(),
);
let host_target = &rustc_meta.host;
Expand Down

0 comments on commit c447738

Please sign in to comment.