Skip to content

Commit 5a10a36

Browse files
committed
Add firewall module conditionally when building Windows.
1 parent 3b7af4f commit 5a10a36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
extern crate log;
33

44
pub mod dnd;
5+
6+
#[cfg(target_os = "linux")]
57
pub mod firewall;
8+
69
pub mod p2p;
710
pub mod user_data;

0 commit comments

Comments
 (0)