Closed LoganWillaumez closed 2 years ago
You have in config. "asm": "org.LLVM.clang", This requires normal clang somewhere on your system. Try to copy settings from "c" and point "asm" to clang.cmd.
Thanks for the help, seems like it works with clang12 installed indeed!
FYI, copying c block to asm block did not work.
Cheers,
Hello,
I've been trying to reproduce #97 to build for android as well, and I have the following error:
I believe I have all the toolchain set up correctly, as well as the same code base.
The only difference is that I could not use the sw.exe client mentionned in #97 as there is a newer one to use.
Do you have any idea of what's hapenning?