Skip to content

Commit 52d1f18

Browse files
authored
Remove redundant modulemap in swiftc_inputs (#881)
1 parent 6d580f1 commit 52d1f18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules/library.bzl

-2
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,6 @@ def apple_library(
941941
})
942942

943943
swiftc_inputs = other_inputs + objc_hdrs + objc_private_hdrs
944-
if module_map:
945-
swiftc_inputs.append(module_map)
946944
if swift_objc_bridging_header:
947945
if swift_objc_bridging_header not in objc_hdrs:
948946
swiftc_inputs.append(swift_objc_bridging_header)

0 commit comments

Comments
 (0)