Skip to content

Commit 1ebb2fa

Browse files
authored
Merge pull request #13 from sireliah/windows-without-firewall
Add firewall module conditionally when building Windows
2 parents 3b7af4f + 5a10a36 commit 1ebb2fa

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)