Why is setting RUSTFLAGS required?
Closed this issue · 2 comments
double-daruma commented
In the README you mention that it might be necessary to set RUSTFLAGS="-Clink-args=-lstdc++"
. Would it be possible to do that in the build.rs within whisper-rs
?
tazz4843 commented
The current git version of the library automatically does this already. It's only required if you're using the crates.io version.
tazz4843 commented
This was fixed last week in the crates.io version.