taozuhong commented on code in PR #4781:
URL: https://github.com/apache/arrow-adbc/pull/4781#discussion_r3999310624


##########
c/driver_manager/meson.build:
##########
@@ -20,7 +20,8 @@ if host_machine.system() != 'windows'
     deps = [dl_dep]
 else
     dl_dep = declare_dependency()
-    deps = [dependency('uuid'), dependency('shell32'), dependency('advapi32')]
+    # The MinGW toolchain already links shell32/advapi32 by default.
+    deps = [dependency('uuid')]

Review Comment:
   Yet not testing for Visual Studio



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