mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-09 18:29:25 +01:00
4b80e1f91c
The version of libcxx shipped with Android NDK is fairly outdated and doesn't contain several features we desire such as C++ 20 ranges. This has been fixed by using libcxx directly from the LLVM Project which has been added as a submodule and can be updated independently of NDK.