Fix toybox on systems with lots of cores

This commit is contained in:
Ella-0 2021-02-11 12:52:10 +00:00
parent 29afdfc83d
commit 30bb741143

View file

@ -12,8 +12,8 @@ fetch() {
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver
gmake defconfig CPUS=1 gmake defconfig
gmake CPUS=1 gmake
} }
package() { package() {