kou commented on issue #39988:
URL: https://github.com/apache/arrow/issues/39988#issuecomment-1933216666

   Does this work?
   
   ```diff
   diff --git a/r/configure.win b/r/configure.win
   index b6ac19faea..9c2806460e 100755
   --- a/r/configure.win
   +++ b/r/configure.win
   @@ -258,9 +258,9 @@ function cmake_option() {
    
    function configure_dev() {
      echo "*** Using locally built Arrow at $ARROW_HOME"
   -  RWINLIB=$(cygpath $ARROW_HOME)
   +  RWINLIB=$(cygpath --unix $ARROW_HOME)
    
   -  export PKG_CONFIG_PATH=$(cygpath $ARROW_HOME)/lib/pkgconfig:$(cygpath 
$MSYSTEM_PREFIX)/lib
   +  export PKG_CONFIG_PATH=$(cygpath --unix 
$ARROW_HOME)/lib/pkgconfig:$(cygpath --unix $MSYSTEM_PREFIX)/lib
      PKG_CONFIG_PACKAGES="arrow"
    
      PKG_CFLAGS=""
   ```


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