summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index bbe3554..0df169b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -49,9 +49,9 @@ fn main() {
}
fn try_main() -> Result<(), failure::Error> {
- #[cfg(not(target_os = "linux"))]
+ #[cfg(target_os = "windows")]
compile_error!(
- "Sorry, no implementations for platforms other than linux yet :( - PRs welcome!"
+ "Sorry, no implementations for Windows yet :( - PRs welcome!"
);
use os::get_input;