Skip to content

Commit a9d25c9

Browse files
committed
Add missing codesign step for on-device testing
1 parent eae3a99 commit a9d25c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/packages/Python/lldbsuite/test/make/Makefile.rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,9 @@ ifneq "$(EXCLUDE_WRAPPED_SWIFTMODULE)" ""
814814
else
815815
$(SWIFTC) $(patsubst -g,,$(SWIFTFLAGS)) -emit-library $(DYLIB_SWIFT_FLAGS) -o $@ $^
816816
endif
817+
ifneq "$(CODESIGN)" ""
818+
$(CODESIGN) -s - "$(DYLIB_FILENAME)"
819+
endif
817820
ifneq "$(MAKE_DSYM)" "NO"
818821
ifneq "$(DS)" ""
819822
"$(DS)" $(DSFLAGS) "$(DYLIB_FILENAME)"

0 commit comments

Comments
 (0)