build: don't hardcode num worker threads "make -j4"
This commit is contained in:
@@ -47,7 +47,7 @@ info "Building $pkgname..."
|
||||
$AUTOCONF_FLAGS \
|
||||
|| fail "Could not configure $pkgname. Please make sure you have a C compiler installed and try again."
|
||||
fi
|
||||
make -j4 || fail "Could not build $pkgname"
|
||||
make "-j$CPU_COUNT" || fail "Could not build $pkgname"
|
||||
make install || warn "Could not install $pkgname"
|
||||
. "$here/$pkgname/libusb/.libs/libusb-1.0.la"
|
||||
host_strip "$here/$pkgname/libusb/.libs/$dlname"
|
||||
|
||||
Reference in New Issue
Block a user