Skip to content

Commit

Permalink
Added workaround to prevent building of the PS2SDK from failing, by d…
Browse files Browse the repository at this point in the history
…isabling multi-core building. Related to #44.
  • Loading branch information
sp193 committed Oct 18, 2018
1 parent 03e6562 commit 78deb4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/005-ps2sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ else
PROC_NR=$(nproc)
fi

# Workaround 2018/10/18: unset PROC_NR (use -j only) as the ps2toolchain's Makefiles do not have dependencies set up properly.
unset PROC_NR

## Build and install
make clean && make -j $PROC_NR && make install && make clean || { exit 1; }

Expand Down

0 comments on commit 78deb4d

Please sign in to comment.