mysql: use ninja

This commit is contained in:
Lukas Rusak 2016-12-02 11:22:20 -08:00
parent e119599518
commit c75f026257
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -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() {