From 6045b9c93511c767f6cfa2d2fa299c76181acd9b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 19 Nov 2003 13:56:40 +0000 Subject: Temporary fix for buildon on both Panther and Jaguar. --- Mac/OSX/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 88fbcaf..d65dcf9 100644 --- a/Mac/OSX/Makefile +++ b/Mac/OSX/Makefile @@ -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: -- cgit v0.12