From: Ronald Oussoren Date: Wed, 5 May 2010 13:20:31 +0000 (+0000) Subject: Small update to Mac/Makefile to ensure that we X-Git-Tag: v3.2a1~928 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01d05ada7bfc84c26612c1eb42cb1787d3666ad6;p=python Small update to Mac/Makefile to ensure that we install python binaries that support all architectures in a universal build. --- diff --git a/Mac/Makefile.in b/Mac/Makefile.in index 467bb32176..3c974a079e 100644 --- a/Mac/Makefile.in +++ b/Mac/Makefile.in @@ -58,8 +58,8 @@ install_pythonw: pythonw ifneq ($(LIPO_32BIT_FLAGS),) lipo $(LIPO_32BIT_FLAGS) -output $(DESTDIR)$(prefix)/bin/python$(VERSION)-32 pythonw lipo $(LIPO_32BIT_FLAGS) -output $(DESTDIR)$(prefix)/bin/pythonw$(VERSION)-32 pythonw - ln -sf pythonw$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/pythonw$(VERSION)" - ln -sf python$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/python$(VERSION)" + ln -sf pythonw$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/pythonw3-32" + ln -sf python$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/python3-32" endif #