From b3f4ee585cfb78d3b5ffd9a90a20d28ff6422c36 Mon Sep 17 00:00:00 2001 From: Polochon_street Date: Sun, 28 Jul 2024 00:20:31 +0200 Subject: [PATCH] Not quite there yet, fix the CI again --- build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.rs b/build.rs index 4b3a19a..0603f64 100644 --- a/build.rs +++ b/build.rs @@ -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); } } }