diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-05-02 19:58:56 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-05-02 19:58:56 (GMT) |
commit | 85f19709f9d538db7567543006ad3740e30597f6 (patch) | |
tree | b96bd4151513e9730852733a18a98fdc68499958 /Mac/PythonLauncher | |
parent | 580c7fec67eb233bb3b31db0f656174be032e6ed (diff) | |
download | cpython-85f19709f9d538db7567543006ad3740e30597f6.zip cpython-85f19709f9d538db7567543006ad3740e30597f6.tar.gz cpython-85f19709f9d538db7567543006ad3740e30597f6.tar.bz2 |
Finish fix for issue2573, previous patch was incomplete.
Diffstat (limited to 'Mac/PythonLauncher')
-rw-r--r-- | Mac/PythonLauncher/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in index b4b126c..91a26d4 100644 --- a/Mac/PythonLauncher/Makefile.in +++ b/Mac/PythonLauncher/Makefile.in @@ -12,6 +12,7 @@ builddir= ../.. RUNSHARED= @RUNSHARED@ BUILDEXE= @BUILDEXEEXT@ BUILDPYTHON= $(builddir)/python$(BUILDEXE) +PYTHONFRAMEWORK=@PYTHONFRAMEWORK@ # Deployment target selected during configure, to be checked # by distutils @@ -20,7 +21,7 @@ MACOSX_DEPLOYMENT_TARGET=@CONFIGURE_MACOSX_DEPLOYMENT_TARGET@ BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py -PYTHONAPPSDIR=/Applications/MacPython $(VERSION) +PYTHONAPPSDIR=/Applications/$(PYTHONFRAMEWORK) $(VERSION) OBJECTS=FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o all: Python\ Launcher.app |