ninja: clean up build

This commit is contained in:
Dylan Araps 2019-10-08 10:59:17 +03:00
parent 11372bba2a
commit dd6d4be199
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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"