From b7383c387afd35d6547843c61445c8dee637ae32 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 12 May 2026 12:06:56 -0500 Subject: [PATCH] [ugh] remove build script --- build.rs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 build.rs diff --git a/build.rs b/build.rs deleted file mode 100644 index c46f958..0000000 --- a/build.rs +++ /dev/null @@ -1,4 +0,0 @@ -fn main() { - #[cfg(target_os = "macos")] - println!("cargo:rustc-link-lib=framework=GStreamer"); -}