mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
mysql: use ninja
This commit is contained in:
parent
e119599518
commit
c75f026257
@ -63,9 +63,9 @@ if [ "$DEBUG" = yes -a "$TARGET_ARCH" = aarch64 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
make_host() {
|
make_host() {
|
||||||
make comp_err
|
ninja comp_err
|
||||||
make gen_lex_hash
|
ninja gen_lex_hash
|
||||||
make comp_sql
|
ninja comp_sql
|
||||||
}
|
}
|
||||||
|
|
||||||
post_make_host() {
|
post_make_host() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user