Skip to content

Commit fc2a299

Browse files
committed
openvdb: fix do_build
1 parent 747a136 commit fc2a299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srcpkgs/openvdb/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$XBPS_WORDSIZE" -eq 32 ]; then
2424
fi
2525

2626
do_build() {
27-
ninja -j4
27+
ninja -C build -j4
2828
}
2929

3030
post_install() {

0 commit comments

Comments
 (0)