diff options
-rw-r--r-- | Makefile.pre.in | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index b1c1735df4..5d70f106b8 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1051,6 +1051,7 @@ frameworkinstallstructure: $(LDLIBRARY) # install (which includes python-config) happy. frameworkinstallmaclib: ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).a" + ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).dylib" cd Mac && $(MAKE) installmacsubtree DESTDIR="$(DESTDIR)" # This installs the IDE, the Launcher and other apps into /Applications @@ -128,6 +128,10 @@ Build binary distribution on OSX 10.6 even when the user does not have the 10.4u SDK installed. +- Issue #7541: when using ``python-config`` with a framework install the compiler might + use the wrong library. + + Tests ----- |