diff options
Diffstat (limited to 'debian/patches/d-fix-rustix-outline.patch')
-rw-r--r-- | debian/patches/d-fix-rustix-outline.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/d-fix-rustix-outline.patch b/debian/patches/d-fix-rustix-outline.patch index 52e152da1..99fd7e958 100644 --- a/debian/patches/d-fix-rustix-outline.patch +++ b/debian/patches/d-fix-rustix-outline.patch @@ -12,7 +12,7 @@ Index: rust/vendor/rustix/build.rs use cc::Build; use std::env::var; use std::io::Write; -@@ -158,16 +157,16 @@ fn link_in_librustix_outline(arch: &str, +@@ -162,16 +161,16 @@ fn link_in_librustix_outline(arch: &str, println!("cargo:rerun-if-changed={}", to); // If "cc" is not enabled, use a pre-built library. |