mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Refer to the Mac OS X bundle_loader by the altbininstall name, so that
building distutils extension modules also works if you've only done an altinstall. Fixes bug #677293.
This commit is contained in:
parent
838e76af2c
commit
c28fc37ed1
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Revision: 1.390 .
|
# From configure.in Revision: 1.391 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.53 for python 2.3.
|
# Generated by GNU Autoconf 2.53 for python 2.3.
|
||||||
#
|
#
|
||||||
|
@ -9356,7 +9356,7 @@ then
|
||||||
else
|
else
|
||||||
# No framework, use the Python app as bundle-loader
|
# No framework, use the Python app as bundle-loader
|
||||||
BLDSHARED="$LDSHARED "'-bundle_loader $(BUILDPYTHON)'
|
BLDSHARED="$LDSHARED "'-bundle_loader $(BUILDPYTHON)'
|
||||||
LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/$(PYTHON)'
|
LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/python$(VERSION)$(EXE)'
|
||||||
fi ;;
|
fi ;;
|
||||||
Linux*|GNU*) LDSHARED='$(CC) -shared';;
|
Linux*|GNU*) LDSHARED='$(CC) -shared';;
|
||||||
dgux*) LDSHARED="ld -G";;
|
dgux*) LDSHARED="ld -G";;
|
||||||
|
|
|
@ -1081,7 +1081,7 @@ then
|
||||||
else
|
else
|
||||||
# No framework, use the Python app as bundle-loader
|
# No framework, use the Python app as bundle-loader
|
||||||
BLDSHARED="$LDSHARED "'-bundle_loader $(BUILDPYTHON)'
|
BLDSHARED="$LDSHARED "'-bundle_loader $(BUILDPYTHON)'
|
||||||
LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/$(PYTHON)'
|
LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/python$(VERSION)$(EXE)'
|
||||||
fi ;;
|
fi ;;
|
||||||
Linux*|GNU*) LDSHARED='$(CC) -shared';;
|
Linux*|GNU*) LDSHARED='$(CC) -shared';;
|
||||||
dgux*) LDSHARED="ld -G";;
|
dgux*) LDSHARED="ld -G";;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue