pkg(mono-6.12.0): use many core to build

This commit is contained in:
Thomas Hobson 2021-03-06 01:10:44 +13:00
parent ebe869aefa
commit f592bbb971
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ cd mono
./configure --prefix /piston/packages/mono/6.12.0/mono-6.12.0
make
DESTDIR=build/tmp make install
make -j$(nproc)
DESTDIR=build/tmp make install -j$(nproc)
mv build/tmp/piston/packages/mono/6.12.0/mono-6.12.0 ../../output