mid-kid

Results 52 issues of mid-kid

Hi, I'm trying to use the apple-clang compiler with osxcross, but I want to avoid overriding my system's `clang`. For building osxcross, I built the apple-clang compiler in a new...

The `build_clang.sh` script isn't working when `CMAKE_GENERATOR=Ninja` is exported in the environment. You need to either use `cmake --build ` instead of the `$MAKE` command, or pass the `-G'Unix Makefiles'`...