mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
make_host() {
|
||||
make comp_err
|
||||
make gen_lex_hash
|
||||
make comp_sql
|
||||
ninja comp_err
|
||||
ninja gen_lex_hash
|
||||
ninja comp_sql
|
||||
}
|
||||
|
||||
post_make_host() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user