Skip to content

Non-trivial to build with --ninja on yum-based Linux distros #44286

Closed
@timClicks

Description

@timClicks

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.

node/Makefile

Line 127 in a2dcc08

ninja -C out/Release $(NINJA_ARGS)

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to build files or the CI.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions