diff --git a/patches/webrtc-audio-processing-sys_meson_env.patch b/patches/webrtc-audio-processing-sys_meson_env.patch index 99eeb32321..79f1b81076 100644 --- a/patches/webrtc-audio-processing-sys_meson_env.patch +++ b/patches/webrtc-audio-processing-sys_meson_env.patch @@ -1,5 +1,5 @@ diff --git a/build.rs b/build.rs -index 8578e92..7837fbf 100644 +index 8578e9220a..bd5c9ba382 100644 --- a/build.rs +++ b/build.rs @@ -1,10 +1,14 @@ @@ -218,7 +218,7 @@ index 8578e92..7837fbf 100644 let mut builder = bindgen::Builder::default() .header("src/wrapper.hpp") .clang_args(&["-x", "c++", "-std=c++17", "-fparse-all-comments"]) -@@ -461,3 +611,123 @@ fn determine_objcopy_path() -> Result { +@@ -461,3 +611,180 @@ fn determine_objcopy_path() -> Result { Ok(objcopy) }