[pypy-commit] cffi methane/homebrew-makes-symlink-for-current-versi-1412966022079: Homebrew makes symlink for current version in `/usr/local/opt`.

methane noreply at buildbot.pypy.org
Fri Oct 10 20:55:27 CEST 2014


Author: Naoki INADA <songofacandy at gmail.com>
Branch: methane/homebrew-makes-symlink-for-current-versi-1412966022079
Changeset: r1569:c3a7ec53ea6f
Date: 2014-10-10 18:33 +0000
http://bitbucket.org/cffi/cffi/changeset/c3a7ec53ea6f/

Log:	Homebrew makes symlink for current version in `/usr/local/opt`.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -150,8 +150,7 @@
 ::
 
     brew install pkg-config libffi
-    export PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.0.13/lib/pkgconfig/ # May change with libffi version
-    pip install cffi
+    PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig pip install cffi
 
 
 Aternatively, **on OS/X 10.6** (Thanks Juraj Sukop for this)


More information about the pypy-commit mailing list