Skip to content

Commit

Permalink
Merge pull request #15 from myfreeweb/bsd
Browse files Browse the repository at this point in the history
Build "linux" module on *BSD (any non-macOS unix)
  • Loading branch information
ArturKovacs authored May 16, 2020
2 parents 0731a64 + 9e38ff8 commit 5af79ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod tests;
#[path = "windows.rs"]
mod platform;

#[cfg(target_os = "linux")]
#[cfg(all(unix, not(target_os = "macos")))]
#[path = "linux.rs"]
mod platform;

Expand Down

0 comments on commit 5af79ab

Please sign in to comment.