Thanks to visit codestin.com Credit goes to github.com
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 519adae commit 2cc6c29Copy full SHA for 2cc6c29
1 file changed
Makefile.pre.in
@@ -613,6 +613,7 @@ altbininstall: $(BUILDPYTHON)
613
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(BINDIR); \
614
else \
615
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
616
+ (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) libpython$(VERSION)$(SO)); \
617
fi; \
618
else true; \
619
fi
0 commit comments