Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Nov 13, 2024
1 parent 85fa9b9 commit c86f152
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 @@ -2,7 +2,6 @@ use std::env;

fn main() {
println!("cargo::rustc-check-cfg=cfg(ffmpeg_7_0)");
println!("cargo::rustc-check-cfg=cfg(ffmpeg_7_1)");

for (name, value) in env::vars() {
if name.starts_with("DEP_FFMPEG_") && !value.is_empty() {
Expand Down

0 comments on commit c86f152

Please sign in to comment.