Codebase list rust-libslirp / 3289db9
added a patch for the package to build on linux Alexander Kjäll 4 years ago
3 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 needed by notify that's needed by ripasso
0 diff --git a/src/lib.rs b/fsevent-sys/src/lib.rs
1 index fdd6199..70797de 100644
2 --- a/src/lib.rs
3 +++ b/src/lib.rs
4 @@ -1,3 +1,4 @@
5 +#![cfg(target_arch = "macOS")]
6 #![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
7
8 pub mod core_foundation;
0 build-on-non-macos.patch