Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with rustup's musl toolchain #21

Open
msrd0 opened this issue Sep 23, 2022 · 0 comments
Open

Compatibility with rustup's musl toolchain #21

msrd0 opened this issue Sep 23, 2022 · 0 comments
Labels
blocked Blocked on another issue, possibly from another project

Comments

@msrd0
Copy link
Owner

msrd0 commented Sep 23, 2022

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.

However, this is not currently supported by cargo: rust-lang/cargo#1197

See also #17

@msrd0 msrd0 added the blocked Blocked on another issue, possibly from another project label Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked on another issue, possibly from another project
Projects
None yet
Development

No branches or pull requests

1 participant