Skip to content

Commit

Permalink
Merge pull request #78 from zmwangx/fix-ci
Browse files Browse the repository at this point in the history
Not quite there yet, fix the CI again
  • Loading branch information
Polochon-street authored Jul 27, 2024
2 parents 19eb597 + b3f4ee5 commit 829e7ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ fn check_features(
if &stdout[pos..pos + 1] == "1" {
println!(r#"cargo:rustc-cfg=feature="{}""#, ffmpeg_version_flag);
println!(r#"cargo:{}=true"#, ffmpeg_version_flag);
} else {
println!(r#"cargo:{}="#, ffmpeg_version_flag);
}
}
}
Expand Down

0 comments on commit 829e7ad

Please sign in to comment.