Build libc++ ourselves

This commit is contained in:
topjohnwu
2021-03-25 01:00:10 -07:00
parent 0298ab99c4
commit 66e30a7723
6 changed files with 9 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -28,6 +28,9 @@
[submodule "xhook"]
path = native/jni/external/xhook
url = https://github.com/iqiyi/xHook.git
[submodule "libcxx"]
path = native/jni/external/libcxx
url = https://github.com/topjohnwu/libcxx.git
[submodule "termux-elf-cleaner"]
path = tools/termux-elf-cleaner
url = https://github.com/termux/termux-elf-cleaner.git