pkg(mono-6.12.0): use many core to build
This commit is contained in:
parent
ebe869aefa
commit
f592bbb971
|
@ -10,7 +10,7 @@ cd mono
|
||||||
|
|
||||||
./configure --prefix /piston/packages/mono/6.12.0/mono-6.12.0
|
./configure --prefix /piston/packages/mono/6.12.0/mono-6.12.0
|
||||||
|
|
||||||
make
|
make -j$(nproc)
|
||||||
DESTDIR=build/tmp make install
|
DESTDIR=build/tmp make install -j$(nproc)
|
||||||
|
|
||||||
mv build/tmp/piston/packages/mono/6.12.0/mono-6.12.0 ../../output
|
mv build/tmp/piston/packages/mono/6.12.0/mono-6.12.0 ../../output
|
||||||
|
|
Loading…
Reference in New Issue