We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e6562 commit 78deb4dCopy full SHA for 78deb4d
scripts/005-ps2sdk.sh
@@ -24,6 +24,9 @@ else
24
PROC_NR=$(nproc)
25
fi
26
27
+# Workaround 2018/10/18: unset PROC_NR (use -j only) as the ps2toolchain's Makefiles do not have dependencies set up properly.
28
+unset PROC_NR
29
+
30
## Build and install
31
make clean && make -j $PROC_NR && make install && make clean || { exit 1; }
32
0 commit comments