Closed
Description
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
.
Line 127 in a2dcc08