summaryrefslogtreecommitdiffstats
path: root/Mac/Makefile.in
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-04-20 08:53:12 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-04-20 08:53:12 (GMT)
commit1bf02022fe538b26d175306b6ebdc7839b4d7937 (patch)
tree943ab560b11ce5356f6bc49eb0eb622a2ad294b3 /Mac/Makefile.in
parent68b4e01c48a9217cff9828f408474f9b52f6584b (diff)
downloadcpython-1bf02022fe538b26d175306b6ebdc7839b4d7937.zip
cpython-1bf02022fe538b26d175306b6ebdc7839b4d7937.tar.gz
cpython-1bf02022fe538b26d175306b6ebdc7839b4d7937.tar.bz2
The PythonLauncher change is needed due
to changes in how the BASECFLAGS and CFLAGS variables get filled by configure. The Mac/Makefile.in change ensures that pythonw gets build with the rigth deployment targets.
Diffstat (limited to 'Mac/Makefile.in')
-rw-r--r--Mac/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/Makefile.in b/Mac/Makefile.in
index afb06cc..5c18209 100644
--- a/Mac/Makefile.in
+++ b/Mac/Makefile.in
@@ -17,7 +17,8 @@ PYTHONFRAMEWORK=@PYTHONFRAMEWORK@
PYTHONFRAMEWORKIDENTIFIER=@PYTHONFRAMEWORKIDENTIFIER@
LIPO_32BIT_FLAGS=@LIPO_32BIT_FLAGS@
CC=@CC@
-
+MACOSX_DEPLOYMENT_TARGET=@CONFIGURE_MACOSX_DEPLOYMENT_TARGET@
+export MACOSX_DEPLOYMENT_TARGET
# These are normally glimpsed from the previous set
bindir=$(prefix)/bin