diff --git a/ninja b/ninja index 3812b3372..cab5668c2 100755 --- a/ninja +++ b/ninja @@ -12,8 +12,8 @@ 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.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 } diff --git a/ninja-linux32 b/ninja-linux32 index 6a8ccf101..e4be40710 100755 Binary files a/ninja-linux32 and b/ninja-linux32 differ diff --git a/ninja-linux64 b/ninja-linux64 index e7d4b814c..b25196452 100755 Binary files a/ninja-linux64 and b/ninja-linux64 differ diff --git a/ninja-mac b/ninja-mac index 79a159338..508788649 100755 Binary files a/ninja-mac and b/ninja-mac differ diff --git a/ninja.exe b/ninja.exe index 788fa07d0..ec568b07a 100755 Binary files a/ninja.exe and b/ninja.exe differ