search for: cmake_rc_compil

Displaying 1 result from an estimated 1 matches for "cmake_rc_compil".

Did you mean: cmake_rc_compiler
2018 Nov 06
3
Trying to cross-compile LLVM runtimes to Windows
...n 06/11/2018 04:21, Petr Hosek via llvm-dev wrote: > I've tried building libc++ for Windows on Linux by setting clang-cl as > the compiler and lld-link as the linker, but I immediately hit > roadblocks. The first issue seems to be the fact that CMake appears to > ignore the value of CMAKE_RC_COMPILER variable and hardcodes "rc" as > the resource compiler. This got resolved in upstream 12 days ago > (https://github.com/Kitware/CMake/commit/bd9bfc644954a48b1bf7ea18fc260a1231840671) > > I managed to workaround this issue by symlinking llvm-rc as rc. > However, that's...