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
Currently, rlottie-sys will always load libclang.so at build time which is unsupported by rustup's static musl toolchain. To fix this, we need to detect a static-only toolchain and disable the runtime feature of clang/bindgen.
Currently, rlottie-sys will always load
libclang.so
at build time which is unsupported by rustup's static musl toolchain. To fix this, we need to detect a static-only toolchain and disable theruntime
feature of clang/bindgen.However, this is not currently supported by cargo: rust-lang/cargo#1197
See also #17
The text was updated successfully, but these errors were encountered: