We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae3a99 commit a9d25c9Copy full SHA for a9d25c9
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -814,6 +814,9 @@ ifneq "$(EXCLUDE_WRAPPED_SWIFTMODULE)" ""
814
else
815
$(SWIFTC) $(patsubst -g,,$(SWIFTFLAGS)) -emit-library $(DYLIB_SWIFT_FLAGS) -o $@ $^
816
endif
817
+ifneq "$(CODESIGN)" ""
818
+ $(CODESIGN) -s - "$(DYLIB_FILENAME)"
819
+endif
820
ifneq "$(MAKE_DSYM)" "NO"
821
ifneq "$(DS)" ""
822
"$(DS)" $(DSFLAGS) "$(DYLIB_FILENAME)"
0 commit comments