Thanks to visit codestin.com Credit goes to github.com
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 652b28c commit 6045b9cCopy full SHA for 6045b9c
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