WillAyd commented on issue #2846:
URL: https://github.com/apache/arrow-adbc/issues/2846#issuecomment-2901980467

   Ugh...OK. Sorry that configuration is not well tested on Windows...
   
   For one more minor tweak, you can try changing this line:
   
   
https://github.com/apache/arrow-adbc/blob/e08f4840fc69ba1d61ebdb2e53da64b3deb556a5/c/driver_manager/meson.build#L18
   
   to:
   
   ```python
   if host_machine.system() != 'windows'
     dl_dep = dependency('dl')
   else
     dl_dep = declare_dependency()
   endif
   ```


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

Reply via email to