From dd6d4be1996fe001a72cc88c7ef458c855e40bd5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 8 Oct 2019 10:59:17 +0300 Subject: [PATCH] ninja: clean up build --- extra/ninja/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/ninja/build b/extra/ninja/build index 6a4e05b8..6527d593 100755 --- a/extra/ninja/build +++ b/extra/ninja/build @@ -1,5 +1,8 @@ #!/bin/sh -e patch -p1 < fix-musl.patch -python configure.py --bootstrap + +python configure.py \ + --bootstrap + install -m755 -D ninja "$1/usr/bin/ninja"