Open fivlao opened 1 year ago
Hi,
Have you considered using the bindgen feature instead of the bundled feature?
EDIT: Supporting the bundled feature aarch64 is a bit difficult, see #101.
Hi
Have you considered using the bindgen feature instead of the bundled feature?
If I understood everything correctly We did not try We planned to do this if it is not possible to add support from your side
If it not possible we will try to use bindgen feature
Hello guys! We use your crate in our project which we are building us static for x86_64-unknown-linux-musl platform, but we need to build our project as static for aarch64-unknown-linux-musl platform for arm processors
Compile error logs:
Could you please add support aarch64-unknown-linux-musl platform to your crate?
I can try to help If you need to