Update link to Ninja
This commit is contained in:
parent
e412f09f7e
commit
ebb354179b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Blueprint Build System
|
||||||
|
|
||||||
Blueprint is a meta-build system that reads in Blueprints files that describe
|
Blueprint is a meta-build system that reads in Blueprints files that describe
|
||||||
modules that need to be built, and produces a
|
modules that need to be built, and produces a
|
||||||
[Ninja](http://martine.github.io/ninja/) manifest describing the commands that
|
[Ninja](https://ninja-build.org/) manifest describing the commands that
|
||||||
need to be run and their dependencies. Where most build systems use built-in
|
need to be run and their dependencies. Where most build systems use built-in
|
||||||
rules or a domain-specific language to describe the logic for converting module
|
rules or a domain-specific language to describe the logic for converting module
|
||||||
descriptions to build rules, Blueprint delegates this to per-project build
|
descriptions to build rules, Blueprint delegates this to per-project build
|
||||||
|
|
Loading…
Reference in a new issue