diff options
author | Ned Deily <nad@acm.org> | 2012-07-24 03:45:39 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-07-24 03:45:39 -0700 |
commit | c59cc8f5ea4f5a7a1bf592fbca662e0f305bceef (patch) | |
tree | 0549faa537ff03780a7fc870ef3c7fda2458fde4 /Makefile.pre.in | |
parent | e9f35cc149ed519435845e299aab0a07b5848307 (diff) | |
parent | ecd4e9de5afab6a5d75a6fa7ebfb62804ba69264 (diff) | |
download | cpython-git-c59cc8f5ea4f5a7a1bf592fbca662e0f305bceef.tar.gz |
Issue #14197: merge
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index a421d6ce21..adffa03865 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1238,8 +1238,11 @@ frameworkinstallstructure: $(LDLIBRARY) # Install a number of symlinks to keep software that expects a normal unix # install (which includes python-config) happy. frameworkinstallmaclib: + ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config-$(LDVERSION)/libpython$(LDVERSION).a" + ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config-$(LDVERSION)/libpython$(LDVERSION).dylib" ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config-$(LDVERSION)/libpython$(VERSION).a" ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config-$(LDVERSION)/libpython$(VERSION).dylib" + ln -fs "../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/libpython$(LDVERSION).dylib" ln -fs "../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/libpython$(VERSION).dylib" # This installs the IDE, the Launcher and other apps into /Applications |