Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6045b9c

Browse files
committed
Temporary fix for buildon on both Panther and Jaguar.
1 parent 652b28c commit 6045b9c

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)