Index: depot_tools/ninja |
=================================================================== |
--- depot_tools/ninja (revision 293083) |
+++ depot_tools/ninja (working copy) |
@@ -12,8 +12,8 @@ |
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.5.1 |
- ./ninja/bootstrap.py |
+ git clone https://github.com/martine/ninja.git -b v1.5.3 |
+ cd ninja && ./configure.py --bootstrap |
Then add ~/ninja/ to your PATH. |
EOF |
} |