On Linux distros that use the yum package manager, it's cumbersome to build with ninja because you need to remember to create a symlink. yum installs ninja as ninja-build, but this is hard-coded in the Makefile as ninja.
|
ninja -C out/Release $(NINJA_ARGS) |
On Linux distros that use the
yumpackage manager, it's cumbersome to build with ninja because you need to remember to create a symlink.yuminstalls ninja asninja-build, but this is hard-coded in the Makefile asninja.node/Makefile
Line 127 in a2dcc08