Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jan 1, 2024
1 parent 902e99e commit fe93b15
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 @@ -66,7 +66,6 @@ fn build() -> bool {

let target = env::var("TARGET").unwrap();
let apple = target.contains("apple");
let windows = target.contains("windows");
let linux = target.contains("linux");
if apple {
println!("cargo:rustc-link-lib=dylib=c++");
Expand Down

0 comments on commit fe93b15

Please sign in to comment.