rust-cross / cargo-zigbuild

Compile Cargo project with zig as linker
MIT License
1.43k stars 51 forks source link

alsa-sys and libudev-sys not found #181

Closed cybersoulK closed 11 months ago

cybersoulK commented 11 months ago

this toolchain is great, but how about compiling audio (rodio/kira) and compiling controller input (gilrs) these need the alsa-sys and libudev-sys. I spent several days compiling them statically on an ubuntu machine, and after finishing compiling/linking, they segfault on my users. I wonder what the solution would be to have the current toolchain compile for these crates.