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 15a0bd3 commit 78094acCopy full SHA for 78094ac
1 file changed
Makefile.pre.in
@@ -945,7 +945,7 @@ altbininstall: $(BUILDPYTHON)
945
fi; \
946
(cd $(DESTDIR)$(BINDIR); $(LN) python$(LDVERSION)$(EXE) python$(VERSION)$(EXE)); \
947
fi
948
- if test -f $(LDLIBRARY); then \
+ if test -f $(LDLIBRARY) && test "$(PYTHONFRAMEWORKDIR)" = "no-framework" ; then \
949
if test -n "$(DLLLIBRARY)" ; then \
950
$(INSTALL_SHARED) $(DLLLIBRARY) $(DESTDIR)$(BINDIR); \
951
else \
0 commit comments