Skip to content

Commit 91b976e

Browse files
committed
Allow for deps with only CcInfo on framework imports (bazelbuild#1751)
1 parent f8b14ce commit 91b976e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apple/internal/apple_framework_import.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ A list of targets that are dependencies of the target being built, which will be
741741
target.
742742
""",
743743
providers = [
744+
[CcInfo],
744745
[apple_common.Objc, CcInfo],
745746
[apple_common.Objc, CcInfo, AppleFrameworkImportInfo],
746747
],
@@ -832,6 +833,7 @@ A list of targets that are dependencies of the target being built, which will pr
832833
linked into that target.
833834
""",
834835
providers = [
836+
[CcInfo],
835837
[apple_common.Objc, CcInfo],
836838
[apple_common.Objc, CcInfo, AppleFrameworkImportInfo],
837839
],

0 commit comments

Comments
 (0)