Temporary fix for buildon on both Panther and Jaguar.

This commit is contained in:
Jack Jansen 2003-11-19 13:56:40 +00:00
parent 652b28c6f5
commit 6045b9c935
1 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@ prefix=/Library/Frameworks/Python.framework/Versions/$(VERSION)
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
@ -58,7 +62,7 @@ installapps: install_PythonLauncher install_Python install_BuildApplet install_I
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: