Skip to content

Commit 3297253

Browse files
committed
fix python windows build
1 parent 7c67d52 commit 3297253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/adbc_driver_manager/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_version(pkg_path):
8787
extra_compile_args = ["/std:c++17", "/DADBC_EXPORTING", "/D_CRT_SECURE_NO_WARNINGS"]
8888
if build_type == "debug":
8989
extra_compile_args.extend(["/DEBUG:FULL"])
90-
extra_link_args = ["shell32.lib uuid.lib advapi32.lib"]
90+
extra_link_args = ["shell32.lib", "uuid.lib", "advapi32.lib"]
9191
else:
9292
extra_compile_args = ["-std=c++17"]
9393
if build_type == "debug":

0 commit comments

Comments
 (0)