LIBDEST=$(prefix)/lib/python$(VERSION)
BUILDPYTHON=$(builddir)/python.exe
DESTDIR=
+# For 10.2:
+#PBXBUILD=pbxbuild
+# For 10.3:
+PBXBUILD=xcodebuild
# These are normally glimpsed from the previous set
bindir=/usr/local/bin
install_PythonLauncher:
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
- pbxbuild -target PythonLauncher -buildstyle Deployment install \
+ $(PBXBUILD) -target PythonLauncher -buildstyle Deployment install \
DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
install_Python: