Skip to content

Commit 747a136

Browse files
committed
openvdb: limits to 4 jobs
1 parent 1a730db commit 747a136

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

srcpkgs/openvdb/template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ if [ "$XBPS_WORDSIZE" -eq 32 ]; then
2323
nodebug=yes
2424
fi
2525

26+
do_build() {
27+
ninja -j4
28+
}
29+
2630
post_install() {
2731
vlicense LICENSE
2832
}

0 commit comments

Comments
 (0)