From eec595f30ea119cb027ebe93946be2065c9fab0b Mon Sep 17 00:00:00 2001 From: Revertron Date: Sun, 7 Mar 2021 01:17:10 +0100 Subject: [PATCH] Another iteration of dependency configuration. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea69760..7b8458b 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(unix)'.dependencies] +[target.'cfg(target_os = "linux")'.dependencies] thread-priority = "0.2.1" [build-dependencies]