Skip to content

Commit

Permalink
Merge pull request #26 from alexanderkjall/build-on-non-macos
Browse files Browse the repository at this point in the history
support for building on non-macos systems
  • Loading branch information
Pierre Baillet committed Feb 17, 2020
2 parents f7e4173 + 661efa9 commit 8b1698e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsevent-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(target_arch = "macOS")]
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]

pub mod core_foundation;
Expand Down

0 comments on commit 8b1698e

Please sign in to comment.