The version released today fails when called like ninja --version and doesn't have a zero return code.
$ ninja --version
1.11.1.git.kitware.jobserver-1
$ echo $?
245
This makes for example meson fail which calls ninja --version to detect the ninja version.
$ meson _build
The Meson build system
[...]
ERROR: Could not detect Ninja v1.8.2 or newer
This is on Ubuntu 22.04 using Python 3.10.7
The version released today fails when called like
ninja --versionand doesn't have a zero return code.This makes for example meson fail which calls
ninja --versionto detect the ninja version.This is on Ubuntu 22.04 using Python 3.10.7