Skip to content

Instantly share code, notes, and snippets.

@paxswill
Created May 2, 2013 21:16
Show Gist options
  • Select an option

  • Save paxswill/5505530 to your computer and use it in GitHub Desktop.

Select an option

Save paxswill/5505530 to your computer and use it in GitHub Desktop.
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