Another iteration of dependency configuration.

This commit is contained in:
Revertron
2021-03-07 01:17:10 +01:00
parent bf1bf1b2bc
commit eec595f30e
+1 -1
View File
@@ -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]