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: use std::filesystem to create directories #38

Closed dcbaker closed 3 years ago

dcbaker commented 3 years ago

instead of the POSIX mkdir interface, which is more portable, even if it's more verbose.