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 f384e29 commit 0a1139cCopy full SHA for 0a1139c
1 file changed
unified/swift-syntax-rs/BUILD.bazel
@@ -7,11 +7,11 @@ package(default_visibility = ["//visibility:public"])
7
# `select()` gives us OR-of-OSes; other platforms get marked incompatible
8
# so `bazel build/test //...` skips them cleanly.
9
#
10
-_SWIFT_SUPPORTED_PLATFORMS = select({
11
- "@platforms//os:linux": [],
12
- "@platforms//os:macos": [],
13
- "//conditions:default": ["@platforms//:incompatible"],
14
-})
+_SWIFT_SUPPORTED_PLATFORMS = select({
+ "@platforms//os:linux": [],
+ "@platforms//os:macos": [],
+ "//conditions:default": ["@platforms//:incompatible"],
+})
15
16
# Swift FFI shim: wraps swift-syntax and exposes a small C ABI. The Rust
17
# targets below link against its `CcInfo`.
0 commit comments