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 2e770ed commit 57f0284Copy full SHA for 57f0284
utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel
@@ -2092,6 +2092,10 @@ cc_library(
2092
srcs = glob(["Process/Linux/*.cpp"]),
2093
hdrs = glob(["Process/Linux/*.h"]),
2094
include_prefix = "Plugins",
2095
+ target_compatible_with = select({
2096
+ "@platforms//os:linux": [],
2097
+ "//conditions:default": ["@platforms//:incompatible"],
2098
+ }),
2099
deps = [
2100
":PluginProcessPOSIX",
2101
":PluginProcessUtility",
0 commit comments