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
I'm trying to run tests on android targets with cross, and receiving this error:
CANNOT LINK EXECUTABLE "/target/aarch64-linux-android/debug/deps/minimap2-8341467521dd0ce7": library "libz.so" not found
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to run tests on android targets with cross, and receiving this error:
CANNOT LINK EXECUTABLE "/target/aarch64-linux-android/debug/deps/minimap2-8341467521dd0ce7": library "libz.so" not found
This is happening on this branch: https://github.com/jguhlin/minimap2-rs/tree/android
Any ideas?
My build.rs script is here: https://github.com/jguhlin/minimap2-rs/blob/android/minimap2-sys/build.rs
Cross is working with musl targets and other architectures (really nice!)
Beta Was this translation helpful? Give feedback.
All reactions