mirror of https://github.com/python/cpython
Patch #805678: Add .so symlink during make install. Backported to 2.3.
This commit is contained in:
parent
519adae1c1
commit
2cc6c29e33
|
@ -613,6 +613,7 @@ altbininstall: $(BUILDPYTHON)
|
|||
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(BINDIR); \
|
||||
else \
|
||||
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
|
||||
(cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) libpython$(VERSION)$(SO)); \
|
||||
fi; \
|
||||
else true; \
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue