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 87d514d commit 7e6108aCopy full SHA for 7e6108a
build_defs.bzl
@@ -76,7 +76,7 @@ def pybind_extension(
76
linkshared = 1,
77
tags = tags,
78
target_compatible_with = select({
79
- "@platform//os:windows": ["@platforms//:incompatible"],
+ "@platforms//os:windows": ["@platforms//:incompatible"],
80
"//conditions:default": [],
81
}),
82
deps = deps + PYBIND_DEPS,
@@ -98,7 +98,7 @@ def pybind_extension(
98
99
100
101
- "@platform//os:windows": [],
+ "@platforms//os:windows": [],
102
"//conditions:default": ["@platforms//:incompatible"],
103
104
0 commit comments