Fixed MacOS build, again.

This commit is contained in:
Revertron
2021-03-07 00:27:50 +01:00
parent dddc540484
commit ffc8e14b5f
+2 -1
View File
@@ -35,9 +35,10 @@ mio = { version = "0.7", features = ["os-poll", "net"] }
derive_more = "0.99.9"
[target.'cfg(windows)'.dependencies]
thread-priority = "0.2.1"
winapi = { version = "0.3.7", features = ["impl-default", "wincon"]}
[target.'cfg(not(macos))'.dependencies]
[target.'cfg(linux)'.dependencies]
thread-priority = "0.2.1"
[build-dependencies]