Fix building with MPD enabled on non-Linux
This commit is contained in:
parent
6f337a7379
commit
fca508b473
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ clap = { version = "3.0", features = ["derive"] }
|
||||||
console = { version = "0.15" }
|
console = { version = "0.15" }
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "linux"))'.dependencies]
|
[target.'cfg(not(target_os = "linux"))'.dependencies]
|
||||||
muss-player = { version = "0.8.0", path = "./player", default-features = false }
|
muss-player = { version = "0.8.0", path = "./player", default-features = false, features = ["mpd"] }
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
[target.'cfg(target_os = "linux")'.dependencies]
|
||||||
# TODO fix need to specify OS-specific dependency of mps-player
|
# TODO fix need to specify OS-specific dependency of mps-player
|
||||||
|
|
Loading…
Reference in a new issue