jonkeane commented on code in PR #38195:
URL: https://github.com/apache/arrow/pull/38195#discussion_r1356927635


##########
r/tools/nixlibs.R:
##########
@@ -56,7 +56,8 @@ try_download <- function(from_url, to_file, hush = quietly) {
 }
 
 not_cran <- env_is("NOT_CRAN", "true")
-if (not_cran) {
+# enable full featured builds for macOS in case of CRAN source builds.

Review Comment:
   ```suggestion
   # enable full featured builds and binaries for macOS (or if the NOT_CRAN 
variable has been set)
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to