File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
examples/xplatform/macros Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ load("//swift:swift_test.bzl", "swift_test")
5
5
6
6
licenses (["notice" ])
7
7
8
- config_setting (
9
- name = "supports_macros" ,
10
- values = {"define" : "supports_macros=1" },
11
- )
12
-
13
8
swift_library (
14
9
name = "stringify" ,
15
10
srcs = ["Stringify.swift" ],
@@ -31,10 +26,6 @@ swift_compiler_plugin(
31
26
"StringifyMacroPlugin.swift" ,
32
27
],
33
28
module_name = "StringifyMacroPlugin" ,
34
- target_compatible_with = select ({
35
- ":supports_macros" : [],
36
- "//conditions:default" : ["@platforms//:incompatible" ],
37
- }),
38
29
deps = [
39
30
"@SwiftSyntax" ,
40
31
"@SwiftSyntax//:SwiftCompilerPlugin" ,
@@ -63,10 +54,6 @@ swift_binary(
63
54
swift_test (
64
55
name = "stringify_macro_test" ,
65
56
srcs = ["StringifyMacroTests.swift" ],
66
- target_compatible_with = select ({
67
- ":supports_macros" : [],
68
- "//conditions:default" : ["@platforms//:incompatible" ],
69
- }),
70
57
deps = [
71
58
":stringify_macro" ,
72
59
"@SwiftSyntax" ,
You can’t perform that action at this time.
0 commit comments