Created
May 2, 2013 21:16
-
-
Save paxswill/5505530 to your computer and use it in GitHub Desktop.
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
| diff --git a/src/configure b/src/configure | |
| index 26f1b4e..03c0e3c 100755 | |
| --- a/src/configure | |
| +++ b/src/configure | |
| @@ -5472,7 +5472,7 @@ $as_echo "no" >&6; } | |
| if test -n "$MACSDK"; then | |
| PYTHON_CFLAGS= | |
| - PYTHON_LIBS=-framework Python | |
| + PYTHON_LIBS=-F"$HOMEBREW_PREFIX/opt/python/Frameworks" -framework Python | |
| PYTHON_CONFDIR= | |
| PYTHON_GETPATH_CFLAGS= | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment