diff options
| -rw-r--r-- | talpid-core/src/routing/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-core/src/routing/mod.rs b/talpid-core/src/routing/mod.rs index b2e299553f..1fdd818025 100644 --- a/talpid-core/src/routing/mod.rs +++ b/talpid-core/src/routing/mod.rs @@ -15,6 +15,7 @@ mod imp; pub use self::imp::Error; +#[cfg(any(target_os = "macos", target_os = "linux"))] mod subprocess; /// A single route |
