From bf1bf1b2bcc9da028a8f1da0495cc6a2d9e008f2 Mon Sep 17 00:00:00 2001 From: Revertron Date: Sun, 7 Mar 2021 00:52:45 +0100 Subject: [PATCH] Changed build dependencies in order to exclude MacOS from building thread-priority. Hoping that it is not Unix :) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37c62e4..ea69760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ derive_more = "0.99.9" thread-priority = "0.2.1" winapi = { version = "0.3.7", features = ["impl-default", "wincon"]} -[target.'cfg(linux)'.dependencies] +[target.'cfg(unix)'.dependencies] thread-priority = "0.2.1" [build-dependencies]