We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c67d52 commit 3297253Copy full SHA for 3297253
python/adbc_driver_manager/setup.py
@@ -87,7 +87,7 @@ def get_version(pkg_path):
87
extra_compile_args = ["/std:c++17", "/DADBC_EXPORTING", "/D_CRT_SECURE_NO_WARNINGS"]
88
if build_type == "debug":
89
extra_compile_args.extend(["/DEBUG:FULL"])
90
- extra_link_args = ["shell32.lib uuid.lib advapi32.lib"]
+ extra_link_args = ["shell32.lib", "uuid.lib", "advapi32.lib"]
91
else:
92
extra_compile_args = ["-std=c++17"]
93
0 commit comments