Open GreameLee opened 3 months ago
not sure, but fortunately you don't have to call ninja to rebuild itself, the --bootstrap
option does it for you
bootstrap complete. rebuilding...
ninja -v
returning this message is pretty normal. It means you are running Ninja from a directory that does not have a build.ninja
file to read from.
The -v
is the verbose flag, do you want to run ninja --version
instead?
I compile it successfully and it shows like:
and run the ninja -help successfully but when run ninja -v it shows: