This is a regression in Meson 0.48.0, commit 674ae46
, Meson used to
exit(0) when running setup command in a builddir already configured.
Changing to exit(1) breaks some build tools that does "meson builddir
&& ninja -C builddir".
Closes #4247.
pull/4252/head
parent
1190ec096e
commit
2f0285c7ef
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue