Skip to content

Commit

Permalink
re-add ${R_ARGS}
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Dec 5, 2022
1 parent 8c3167e commit e70f1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if [[ "${target_platform}" == osx-* ]]; then
export ARROW_R_CXXFLAGS="${ARROW_R_CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY"
fi

$R CMD INSTALL --build r/.
${R} CMD INSTALL --build r/. ${R_ARGS}

0 comments on commit e70f1fc

Please sign in to comment.