nealrichardson commented on a change in pull request #8371:
URL: https://github.com/apache/arrow/pull/8371#discussion_r500617928



##########
File path: dev/tasks/conda-recipes/r-arrow/configure.win
##########
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+set -euxo pipefail
+
+echo "PKG_CPPFLAGS=-DNDEBUG -I\"${LIBRARY_PREFIX}/include\" 
-I\"${PREFIX}/include\" -DARROW_R_WITH_ARROW" > src/Makevars.win

Review comment:
       assuming arrow-cpp is built with `ARROW_S3=ON`, do this:
   
   ```suggestion
   echo "PKG_CPPFLAGS=-DNDEBUG -I\"${LIBRARY_PREFIX}/include\" 
-I\"${PREFIX}/include\" -DARROW_R_WITH_ARROW -DARROW_R_WITH_S3" > 
src/Makevars.win
   ```




----------------------------------------------------------------
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.

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


Reply via email to