Skip to content

Commit 189775d

Browse files
committed
fix py_wheel support on windows
1 parent 2dac66a commit 189775d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def pybind_extension(
8787
native.alias(
8888
name = name,
8989
actual = select({
90-
"@platforms//os:windows": name + ".pyd",
90+
"@platforms//os:windows": name + "_copy_so_to_pyd",
9191
"//conditions:default": name + ".so",
9292
}),
9393
testonly = kwargs.get("testonly"),

0 commit comments

Comments
 (0)