Skip to content

Commit

Permalink
no need to fetch env, its now unused
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman committed Sep 13, 2024
1 parent c4ace59 commit 03b00f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::path::PathBuf;

fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut builder = cc::Build::new();
let target = env::var("TARGET")?;
let builder = builder
.flag("-std=c11")
.flag("-DLFS_NO_DEBUG")
Expand Down

0 comments on commit 03b00f6

Please sign in to comment.