Skip to content

Ninja: Add CMAKE_RSP_NEWLINE option

mtribiere requested to merge (removed):master into master

For certain ar programs based on ar-gcc, the in_newline to create RSP files is crucial since they can be picky. This type of option would allow more flexibility on the generated Ninja.

It would be used like:

set(CMAKE_RSP_NEWLINE TRUE)

Topic-rename: ninja-rsp-newline

Edited by Brad King

Merge request reports