You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/26 15:27:23 UTC

[GitHub] [arrow] jonkeane commented on a change in pull request #10710: ARROW-11460: [R] Use system libraries if present on Linux

jonkeane commented on a change in pull request #10710:
URL: https://github.com/apache/arrow/pull/10710#discussion_r676711298



##########
File path: r/inst/build_arrow_static.sh
##########
@@ -45,6 +45,22 @@ else
   ARROW_DEFAULT_PARAM="OFF"
 fi
 
+if [ "$DEPENDENCY_SOURCE" = "AUTO"]; then

Review comment:
       ```suggestion
   if [ "$DEPENDENCY_SOURCE" = "AUTO" ]; then
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org