[PATCH] Allow users to choose identity used to sign tools.

Charles Davis cdavis5x at gmail.com
Fri Apr 5 20:07:37 PDT 2013



================
Comment at: Makefile.rules:1527
@@ -1524,3 +1526,3 @@
 	$(Echo) ======= Code-Signing $(BuildMode) Executable $(TOOLNAME)
-	$(Verb) codesign -s - $@
+	$(Verb) codesign --sign $(CODESIGN_IDENTITY) $@
 else
----------------
You forgot to change this :).


http://llvm-reviews.chandlerc.com/D632



More information about the llvm-commits mailing list