+ 2
JavaCPP question
I am trying to learn how to use the JavaCPP library and I've been unable to figure this out: I have Clang/LLVM installed but I can't find it how to tell JavaCPP to use the Clang compiler when it is building my project.
1 Antwort
+ 2
It's also settable via system properties, something like -Dorg.bytedeco.javacpp.platform.compiler=gcc-9.