mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-29 19:04:20 +00:00
This was theoretically implemented by 2c7d878e3c5485c9f271fb02a6be988ec93383f2, however there was a misunderstanding of this statement in the ninja docs[1] > $ followed by a newline > escape the newline (continue the current line across a line break). For example, ``` a$ b ``` becomes: ``` ab ``` Since this is not what we are after, we have to do what meson does and use an external data file to store and load the command's arguments. [1]: https://ninja-build.org/manual.html#ref_lexer