wjones127 commented on code in PR #13404: URL: https://github.com/apache/arrow/pull/13404#discussion_r904458342
########## r/configure.win: ########## @@ -104,6 +105,10 @@ function configure_dev() { PKG_CFLAGS="$PKG_CFLAGS -DARROW_R_WITH_S3" fi + if [ $(cmake_option ARROW_GCS) -eq 1 ]; then + PKG_CFLAGS="$PKG_CFLAGS -DARROW_R_WITH_GCS -DCURL_STATICLIB" + fi Review Comment: Nevermind this might not help if libcurl is already statically linked in the arrow binaries. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org