BUILDING.md: Clarify that Ninja works with Windows

This commit is contained in:
DRC
2022-02-22 10:23:19 -06:00
parent 3ccb6ead23
commit ab6cae6f3b

View File

@@ -95,8 +95,9 @@ directory. For in-tree builds, these directories are the same.
Ninja
-----
In all of the procedures and recipes below, replace `make` with `ninja` and
`Unix Makefiles` with `Ninja` if using Ninja.
If using Ninja, then replace `make` or `nmake` with `ninja`, and replace the
CMake generator (specified with the `-G` option) with `Ninja`, in all of the
procedures and recipes below.
Build Procedure