Skip to content

Commit 7e6108a

Browse files
committed
fix typo
1 parent 87d514d commit 7e6108a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_defs.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def pybind_extension(
7676
linkshared = 1,
7777
tags = tags,
7878
target_compatible_with = select({
79-
"@platform//os:windows": ["@platforms//:incompatible"],
79+
"@platforms//os:windows": ["@platforms//:incompatible"],
8080
"//conditions:default": [],
8181
}),
8282
deps = deps + PYBIND_DEPS,
@@ -98,7 +98,7 @@ def pybind_extension(
9898
linkshared = 1,
9999
tags = tags,
100100
target_compatible_with = select({
101-
"@platform//os:windows": [],
101+
"@platforms//os:windows": [],
102102
"//conditions:default": ["@platforms//:incompatible"],
103103
}),
104104
deps = deps + PYBIND_DEPS,

0 commit comments

Comments
 (0)