Skip to content

Commit 17cb41a

Browse files
committed
Disable -j due to suspicion on cc65 build
1 parent cb96074 commit 17cb41a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/buildcc65.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ PREFIX=$(pwd)/prefix
2222
DIR=$(pwd)/cc65
2323
git clone --depth 1 -b ${BRANCH} https://github.com/cc65/cc65.git ${DIR}
2424

25-
make -C ${DIR} -j$(nproc)
25+
# no -j (maybe breaks?)
26+
make -C ${DIR}
2627
make -C ${DIR} PREFIX=${PREFIX} install
2728

2829
export XZ_DEFAULTS="-T 0"

0 commit comments

Comments
 (0)