mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Need to run ranlib on installed library.
This commit is contained in:
parent
f470dbf3c0
commit
4dd2f6d0e2
@ -155,6 +155,7 @@ install: $(TARGETS) install-$(LIBMXML) install-libmxml.a
|
||||
install-libmxml.a:
|
||||
$(INSTALL_DIR) $(BUILDROOT)$(libdir)
|
||||
$(INSTALL_LIB) libmxml.a $(BUILDROOT)$(libdir)
|
||||
$(RANLIB) $(BUILDROOT)$(libdir)/libmxml.a
|
||||
|
||||
install-libmxml.so.1.2:
|
||||
$(INSTALL_DIR) $(BUILDROOT)$(libdir)
|
||||
|
Loading…
Reference in New Issue
Block a user