Skip to content

Commit b5c6177

Browse files
author
jackjansen
committed
Temporary fix for buildon on both Panther and Jaguar.
git-svn-id: http://svn.python.org/projects/python/trunk@34682 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 90a8745 commit b5c6177

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Mac/OSX/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ prefix=/Library/Frameworks/Python.framework/Versions/$(VERSION)
99
LIBDEST=$(prefix)/lib/python$(VERSION)
1010
BUILDPYTHON=$(builddir)/python.exe
1111
DESTDIR=
12+
# For 10.2:
13+
#PBXBUILD=pbxbuild
14+
# For 10.3:
15+
PBXBUILD=xcodebuild
1216

1317
# These are normally glimpsed from the previous set
1418
bindir=/usr/local/bin
@@ -58,7 +62,7 @@ installapps: install_PythonLauncher install_Python install_BuildApplet install_I
5862

5963
install_PythonLauncher:
6064
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
61-
pbxbuild -target PythonLauncher -buildstyle Deployment install \
65+
$(PBXBUILD) -target PythonLauncher -buildstyle Deployment install \
6266
DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
6367

6468
install_Python:

0 commit comments

Comments
 (0)