summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaoki INADA <songofacandy@gmail.com>2014-10-10 18:33:44 +0000
committerNaoki INADA <songofacandy@gmail.com>2014-10-10 18:33:44 +0000
commit4d0b57bd13b6e0f6a7eaa1e434313c6dc4cec3a8 (patch)
tree5837fd53b71524295fd1894849235276ec490e46
parent61c905a0a0fcad032d1430663dc26fa8a6f50e34 (diff)
downloadcffi-4d0b57bd13b6e0f6a7eaa1e434313c6dc4cec3a8.tar.gz
Homebrew makes symlink for current version in `/usr/local/opt`.methane/homebrew-makes-symlink-for-current-versi-1412966022079
-rw-r--r--doc/source/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 4bce8ec..c70a620 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -150,8 +150,7 @@ MacOS X
::
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)