We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a8745 commit b5c6177Copy full SHA for b5c6177
1 file changed
Mac/OSX/Makefile
@@ -9,6 +9,10 @@ prefix=/Library/Frameworks/Python.framework/Versions/$(VERSION)
9
LIBDEST=$(prefix)/lib/python$(VERSION)
10
BUILDPYTHON=$(builddir)/python.exe
11
DESTDIR=
12
+# For 10.2:
13
+#PBXBUILD=pbxbuild
14
+# For 10.3:
15
+PBXBUILD=xcodebuild
16
17
# These are normally glimpsed from the previous set
18
bindir=/usr/local/bin
@@ -58,7 +62,7 @@ installapps: install_PythonLauncher install_Python install_BuildApplet install_I
58
62
59
63
install_PythonLauncher:
60
64
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
61
- pbxbuild -target PythonLauncher -buildstyle Deployment install \
65
+ $(PBXBUILD) -target PythonLauncher -buildstyle Deployment install \
66
DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
67
68
install_Python:
0 commit comments