[pypy-commit] cffi release-0.8: Merged in methane/cffi/methane/homebrew-makes-symlink-for-current-versi-1412966022079 (pull request #49)

arigo noreply at buildbot.pypy.org
Fri Oct 10 20:55:28 CEST 2014


Author: Armin Rigo <armin.rigo at gmail.com>
Branch: release-0.8
Changeset: r1570:897d690a91e5
Date: 2014-10-10 20:55 +0200
http://bitbucket.org/cffi/cffi/changeset/897d690a91e5/

Log:	Merged in methane/cffi/methane/homebrew-makes-symlink-for-current-
	versi-1412966022079 (pull request #49)

	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