dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
50 stars 7 forks source link

backends/ninja: fix escaping rules #137

Closed dcbaker closed 3 weeks ago

dcbaker commented 3 weeks ago

Correctly handle # and $

Fixes: #136