File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1240,8 +1240,8 @@ swift_toolchain = prelude_rule(
12401240 buck .licenses_arg () |
12411241 {
12421242 "architecture" : attrs .string (),
1243- "make_swift_comp_db" : attrs .default_only (attrs .dep (providers = [RunInfo ], default = "prelude//apple/tools:make_swift_comp_db" )),
1244- "make_swift_interface" : attrs .default_only (attrs .dep (providers = [RunInfo ], default = "prelude//apple/tools:make_swift_interface" )),
1243+ "make_swift_comp_db" : attrs .default_only (attrs .exec_dep (providers = [RunInfo ], default = "prelude//apple/tools:make_swift_comp_db" )),
1244+ "make_swift_interface" : attrs .default_only (attrs .exec_dep (providers = [RunInfo ], default = "prelude//apple/tools:make_swift_interface" )),
12451245 "object_format" : attrs .enum (SwiftObjectFormat .values (), default = "object" ),
12461246 # A placeholder tool that can be used to set up toolchain constraints.
12471247 # Useful when fat and thin toolchahins share the same underlying tools via `command_alias()`,
You can’t perform that action at this time.
0 commit comments