Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Jan 6, 2022
1 parent 1ba2180 commit 302931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpreters/C_original.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl Interpreter for C_original {

let mut build_args: Vec<String> = vec![];
if let Ok(cflags) = std::env::var("CFLAGS") {
info!("CLFAGS env var found : {}", cflags);
info!("CFLAGS env var found : {}", cflags);
build_args.extend(cflags.split_whitespace().map(|s| s.to_owned()));
}

Expand Down

0 comments on commit 302931d

Please sign in to comment.