From f66a54fce370023ee829c44346efac400e27fcd2 Mon Sep 17 00:00:00 2001 From: PolyMeilex Date: Fri, 7 Jun 2024 20:28:24 +0200 Subject: [PATCH] Fix unix cfg check --- neothesia/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neothesia/src/main.rs b/neothesia/src/main.rs index 709f1a27..4e89a0ac 100644 --- a/neothesia/src/main.rs +++ b/neothesia/src/main.rs @@ -259,7 +259,7 @@ impl ApplicationHandler for NeothesiaBootstrap { .with_title("Neothesia") .with_theme(Some(winit::window::Theme::Dark)); - #[cfg(all(unix, not(apple)))] + #[cfg(all(unix, not(target_os = "macos")))] { use winit::platform::{ startup_notify::{