mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
ninja: clean up build
This commit is contained in:
parent
11372bba2a
commit
dd6d4be199
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user