Update ninja version in shell script too.

BUG=607268
TBR=scottmg@chromium.org

Review URL: https://codereview.chromium.org/1924033004 .

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@300283 0039d316-1c4b-4281-b951-d872f2087c98
changes/60/343160/1
thakis@chromium.org 9 years ago
parent ce4d6c0224
commit 121126fec5

@ -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.6.0
git clone https://github.com/martine/ninja.git -b v1.7.1
cd ninja && ./configure.py --bootstrap
Then add ~/ninja/ to your PATH.
EOF

Loading…
Cancel
Save