[Python-checkins] r62645 - python/trunk/Mac/PythonLauncher/Makefile.in

ronald.oussoren python-checkins at python.org
Fri May 2 21:58:56 CEST 2008


Author: ronald.oussoren
Date: Fri May  2 21:58:56 2008
New Revision: 62645

Log:
Finish fix for issue2573, previous patch was incomplete. 


Modified:
   python/trunk/Mac/PythonLauncher/Makefile.in

Modified: python/trunk/Mac/PythonLauncher/Makefile.in
==============================================================================
--- python/trunk/Mac/PythonLauncher/Makefile.in	(original)
+++ python/trunk/Mac/PythonLauncher/Makefile.in	Fri May  2 21:58:56 2008
@@ -12,6 +12,7 @@
 RUNSHARED=      @RUNSHARED@
 BUILDEXE=       @BUILDEXEEXT@
 BUILDPYTHON=    $(builddir)/python$(BUILDEXE)
+PYTHONFRAMEWORK=@PYTHONFRAMEWORK@
 
 # Deployment target selected during configure, to be checked
 # by distutils  
@@ -20,7 +21,7 @@
 
 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


More information about the Python-checkins mailing list