Makefile
changeset 29535 da1848f07c6a
parent 29036 cbf282da720a
child 29640 17b3309bfdff
--- a/Makefile	Wed Jul 13 11:26:44 2016 -0400
+++ b/Makefile	Wed Jul 13 10:39:33 2016 -0400
@@ -156,7 +156,7 @@
 # Packaging targets
 
 osx:
-	python setup.py install --optimize=1 \
+	/usr/bin/python2.7 setup.py install --optimize=1 \
 	  --root=build/mercurial/ --prefix=/usr/local/ \
 	  --install-lib=/Library/Python/2.7/site-packages/
 	make -C doc all install DESTDIR="$(PWD)/build/mercurial/"