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
When targeting Android NDK 23+, use unwind library instead of gcc library. Fixes#75.
This works around an unfortunate issue with the Rust `std` library
where-by `-lgcc` is requested but not provided by newer NDKs. There
are a multiple ways to address this, but since `rust-android-gradle`
already has a linker script it's reasonable to use it for this
purpose.
0 commit comments