Skip to content

Commit ebd99e2

Browse files
committed
Collect .lo files from dependencies as binaries in apple_framework_packaging
1 parent 99db8be commit ebd99e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/framework.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def _get_framework_files(ctx, deps):
355355
continue
356356

357357
# collect binary files
358-
if file.path.endswith(".a"):
358+
if file.path.endswith(".a") or file.path.endswith(".lo"):
359359
binaries_in.append(file)
360360

361361
# collect swift specific files

0 commit comments

Comments
 (0)