Skip to content

Commit

Permalink
fix(buildrs): fix typo in build varbl name
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Oct 26, 2024
1 parent 1c8e352 commit aaf72c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/build-rs/src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub fn load_linux_sysinfo(env: &mut BuildEnvironment) -> Result<(), Error> {
env.variables.insert(
"BUILD_HOST_KERNELVER".to_string(),
BuildVariable::new_str(
"BUILD_HOST_HOSTNAME",
"BUILD_HOST_KERNELVER",
&kernel_ver,
VariableSource::BuildHost,
),
Expand Down

0 comments on commit aaf72c7

Please # to comment.