You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 . create a project using https://github.com/RustAudio/rust-portaudio use dingy to cross compile the project , compile and check there is no build failures
2 . add in the project .cargo/config a local checkout override for rust-portaudio [paths= "../rust-portaudio"] , compile and check there is a build failure caused by libportaudio not found
The text was updated successfully, but these errors were encountered:
step to reproduce
1 . create a project using https://github.com/RustAudio/rust-portaudio use dingy to cross compile the project , compile and check there is no build failures
2 . add in the project
.cargo/config
a local checkout override for rust-portaudio [paths= "../rust-portaudio"] , compile and check there is a build failure caused bylibportaudio
not foundThe text was updated successfully, but these errors were encountered: