Skip to content

Commit

Permalink
Update ModuleMap.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tgprojet authored Aug 21, 2022
1 parent ab41249 commit c2e1a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/PodToBUILD/ModuleMap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public struct ModuleMap: BazelTarget {
.named(name: "module_name", value: moduleName.toSkylark()),
.named(name: "hdrs", value: headers.toSkylark()),
]
print("HI THERE");
if let moduleMapName = self.moduleMapName {
args.append(.named(name: "module_map_name", value: moduleMapName.toSkylark()))
}
Expand Down

0 comments on commit c2e1a0f

Please sign in to comment.