Skip to content

Commit

Permalink
ports/util-vinix: Work around parallel builds failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Nov 13, 2024
1 parent 026f467 commit 842e3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/util-vinix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deps="core-libs"
build() {
cp -rp "${source_dir}"/. ./

make -j${parallelism} \
make -j1 \
PROD="$PROD" \
CC=${OS_TRIPLET}-gcc \
VFLAGS="-os vinix -gc none" \
Expand Down

0 comments on commit 842e3fb

Please sign in to comment.