mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Small update to Mac/Makefile to ensure that we
install python binaries that support all architectures in a universal build.
This commit is contained in:
parent
ac7336f64f
commit
01d05ada7b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue