rust/library
Tilmann Meyer 965997b369
Support Android ndk versions r23-beta3 and up
Since android ndk version `r23-beta3`, `libgcc` has been replaced with
`libunwind`. This moves the linking of `libgcc`/`libunwind` into the
`unwind` crate where we check if the system compiler can find
`libunwind` and fall back to `libgcc` if needed.
2021-06-01 21:37:50 +02:00
..
2021-04-25 13:48:03 -07:00
2021-04-09 15:33:43 +02:00
2021-05-02 17:46:00 -06:00
2021-05-24 11:07:48 -04:00
2021-05-24 23:34:12 +01:00