I have an Android build on mac that relies on clang and I'm hitting a failure where the Linux libaries just aren't present on my machine.
Here's an example missing file:
/Applications/Xcode-14.0.1.14A400.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-arm-android.a: No such file or directory
I have that path except for lib/linux.
How do I install dependencies in this lib/linux directory?