We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0338982 commit 5657471Copy full SHA for 5657471
bazel/framework_imports_extractor.bzl
@@ -29,8 +29,7 @@ def _framework_imports_extractor(ctx):
29
arch = arch[4:]
30
31
outputs.extend([
32
- ctx.actions.declare_file("Capture.framework/Modules/Capture.swiftmodule/{}.swiftdoc".format(arch)),
33
- ctx.actions.declare_file("Capture.framework/Modules/Capture.swiftmodule/{}.swiftinterface".format(arch)),
+ ctx.actions.declare_file("Capture.framework/Modules/Capture.swiftmodule/{}.swiftmodule".format(arch)),
34
])
35
36
if len(ctx.attr.framework[0].files.to_list()) != 1:
0 commit comments