From 6024a85663963db364944839696bcc8a47f10017 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 2 Jan 2023 19:29:00 +0200 Subject: [PATCH] fix incorrect conditional import --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2829c9b5..bed9f3a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,7 +140,7 @@ features = [ "Win32_System_Performance", ] -[target.'cfg(macos)'.dependencies] +[target.'cfg(target_os = "macos")'.dependencies] objc = "0.2.7" core-foundation = "0.9.3"