From b7af404afa6b240441c6805185b672b6fad1db13 Mon Sep 17 00:00:00 2001 From: fufesou Date: Mon, 17 Apr 2023 13:01:38 +0800 Subject: [PATCH] fix build Signed-off-by: fufesou --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 52e9fcd5d..d5f791eeb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -67,7 +67,7 @@ pub mod clipboard_file; #[cfg(all(windows, feature = "with_rc"))] pub mod rc; -#[cfg(not(any(target_os = "android", target_os = "ios")))] +#[cfg(windows)] pub mod privacy_win_mag; #[cfg(all(windows, feature = "virtual_display_driver"))]