build.sh: use make -j rather than -j8

This commit is contained in:
Lightos1
2026-05-10 00:31:26 +02:00
parent c12b0136f8
commit 8a98a57b4b

View File

@@ -8,7 +8,7 @@ mkdir -p "$DEST"
cp -r "$SRC"/. "$DEST"/
cd build/stratosphere/loader || exit 1
make -j8
make -j
hactool -t kip1 out/nintendo_nx_arm64_armv8a/release/loader.kip --uncompress=hoc.kip
cd ../../../ # exit
cp build/stratosphere/loader/hoc.kip dist/atmosphere/kips/hoc.kip
@@ -20,5 +20,5 @@ cp -r dist/ ../../
cd ../../
cd Source/Horizon-OC-Monitor/
make -j8
make -j
cp Horizon-OC-Monitor.ovl ../../dist/switch/.overlays/Horizon-OC-Monitor.ovl