Hello, We have a cross-compilation toolchain we're using on Windows with Ninja (and Visual Studio) that is primarily built upon Clang, however our "-ar" tool is built expecting RSP files with line break delimiters. We notice that the Ninja generator explicitly switches to the space based RSP format when built _WIN32 and the compiler id is GNU or Clang and not simulating MSVC.
Currently as a workaround, our toolchain file is setting the ar to a script that modifies RSP files given on the command line and then passes things along to the actual tool, but we're wondering if there's a better way. Thanks, Stephan
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake