Spotifyd / spotifyd

A spotify daemon
https://spotifyd.rs
GNU General Public License v3.0
9.68k stars 444 forks source link

Recognise OpenBSD to unbreak build #1253

Closed klemensn closed 6 months ago

klemensn commented 6 months ago
  error[E0425]: cannot find value `get_shell_ffi` in this scope
    --> src/utils.rs:69:48

Otherwise spotifyd-0.3.5 works great on OpenBSD/amd64 7.4-current.

klemensn commented 6 months ago

Thank you! I didn't try building and running on an OpenBSD system yet, but changes look fine!

Not sure if cargo build from a checkout just works, but the official port/package sure does, which is what I have been doing exclusively.