Cleanup libc hacks

This commit is contained in:
topjohnwu
2023-05-19 03:23:43 -07:00
parent 6ca2a3d841
commit 582cad1b8d
22 changed files with 17 additions and 82 deletions

View File

@@ -554,7 +554,7 @@ def setup_ndk(args):
)
if not op.exists(lib_dir):
continue
src_dir = op.join("tools", "ndk-bins", "21", arch)
src_dir = op.join("tools", "ndk-bins", arch)
rm(op.join(src_dir, ".DS_Store"))
shutil.copytree(src_dir, lib_dir, copy_function=cp, dirs_exist_ok=True)