Created
July 6, 2014 15:51
-
-
Save ilovezfs/fd9a45fe62260a21760b to your computer and use it in GitHub Desktop.
python Makefile.pre.in patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Makefile.pre.in 2014-07-06 08:00:27.000000000 -0700 | |
+++ Makefile.pre.in 2014-07-06 08:01:05.000000000 -0700 | |
@@ -1200,8 +1200,8 @@ | |
# 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/libpython$(VERSION).a" | |
- ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).dylib" | |
+ # ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).a" | |
+ # ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).dylib" | |
ln -fs "../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/libpython$(VERSION).dylib" | |
cd Mac && $(MAKE) installmacsubtree DESTDIR="$(DESTDIR)" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment