mirror of
https://github.com/Revertron/Alfis
synced 2024-11-03 15:40:19 +00:00
Changed build dependencies in order to exclude MacOS from building thread-priority. Hoping that it is not Unix :)
This commit is contained in:
parent
ffc8e14b5f
commit
bf1bf1b2bc
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user