From 219f8d516d9f25e0ad386855a2c5fa60787faaea Mon Sep 17 00:00:00 2001 From: Pringo Date: Sun, 2 Oct 2016 17:01:37 -0700 Subject: [PATCH] Changed Ninja website URL. --- Building-for-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 161471f..80ea5a4 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -35,7 +35,7 @@ If you have any problems compiling, use the verbose option (`make VERBOSE=1`) to ## Optional: Ninja -[Ninja](http://martine.github.io/ninja/) is a replacement for Make which is a bit faster for a Dolphin-sized project and is worth considering if you intend to rebuild frequently. +[Ninja](https://ninja-build.org/) is a replacement for Make which is a bit faster for a Dolphin-sized project and is worth considering if you intend to rebuild frequently. After installing it, pass `-G Ninja` to CMake and use 'ninja' instead of 'make' (note that ninja is `-j` by default).