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 580c7fe commit 85f1970Copy full SHA for 85f1970
Mac/PythonLauncher/Makefile.in
@@ -12,6 +12,7 @@ builddir= ../..
12
RUNSHARED= @RUNSHARED@
13
BUILDEXE= @BUILDEXEEXT@
14
BUILDPYTHON= $(builddir)/python$(BUILDEXE)
15
+PYTHONFRAMEWORK=@PYTHONFRAMEWORK@
16
17
# Deployment target selected during configure, to be checked
18
# by distutils
@@ -20,7 +21,7 @@ MACOSX_DEPLOYMENT_TARGET=@CONFIGURE_MACOSX_DEPLOYMENT_TARGET@
20
21
22
BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py
23
-PYTHONAPPSDIR=/Applications/MacPython $(VERSION)
24
+PYTHONAPPSDIR=/Applications/$(PYTHONFRAMEWORK) $(VERSION)
25
OBJECTS=FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o
26
27
all: Python\ Launcher.app
0 commit comments