]> granicus.if.org Git - python/commitdiff
Small update to Mac/Makefile to ensure that we
authorRonald Oussoren <ronaldoussoren@mac.com>
Wed, 5 May 2010 13:20:31 +0000 (13:20 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 5 May 2010 13:20:31 +0000 (13:20 +0000)
install python binaries that support all
architectures in a universal build.

Mac/Makefile.in

index 467bb32176c664f7843ae6f66bcf11593617992b..3c974a079e0624abc81d7289101e56ce2c3e7826 100644 (file)
@@ -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
 
 #