From a21a7c53d9b204f09c9e1811ca4eaccb31463d42 Mon Sep 17 00:00:00 2001 From: Takuto Ikuta Date: Mon, 3 Dec 2018 12:24:53 +0000 Subject: [PATCH] [ninja] update ninja repository url Change-Id: I60f484a709881f035dc90562658b0a598334451f Reviewed-on: https://chromium-review.googlesource.com/c/1358031 Auto-Submit: Takuto Ikuta Commit-Queue: Nico Weber Reviewed-by: Fumitoshi Ukai Reviewed-by: Nico Weber --- ninja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ninja b/ninja index 898ba9a5eb..a593dc79c1 100755 --- a/ninja +++ b/ninja @@ -12,7 +12,7 @@ cat <<-EOF No prebuilt ninja binary was found for this system. Try building your own binary by doing: cd ~ - git clone https://github.com/martine/ninja.git -b v1.8.2 + git clone https://github.com/ninja-build/ninja.git -b v1.8.2 cd ninja && ./configure.py --bootstrap Then add ~/ninja/ to your PATH. EOF