#!/bin/sh -e
patch -p1 < fix-musl.patch
python configure.py --bootstrap
install -m755 -D ninja "$1/usr/bin/ninja"