Skip to content

Commit 1d835a6

Browse files
committed
gmake parsing issue
1 parent ca37093 commit 1d835a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

r/inst/build_arrow_static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ${CMAKE_WRAPPER} ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
114114
-G "${CMAKE_GENERATOR:-Unix Makefiles}" \
115115
${SOURCE_DIR}
116116

117-
${CMAKE} --build . --target install -- -j $N_JOBS
117+
${CMAKE} --build . --target install --parallel "${N_JOBS}"
118118

119119
if command -v sccache &> /dev/null; then
120120
echo "=== sccache stats after the build ==="

0 commit comments

Comments
 (0)