Commit 0c01d80a09b0908856d5494d3c7ac7e6d22f1126

Shawn O. Pearce 2008-12-31T13:38:47

Run ranlib on libgit2.a after archiving it Some linkers require ranlib to build a symbol table on the archive in order to work with it. Most platforms that don't have this requirement permit ranlib as a noop. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>