Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r90154:393ff835a097
Date: 2017-02-15 16:40 +0100
http://bitbucket.org/pypy/pypy/changeset/393ff835a097/

Log:    fix command (thanks jason on irc)

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -159,7 +159,8 @@
 import libraries in the `out-of-line API mode`_. This is done by the following
 command::
 
-   PYTHONPATH=. ./pypy-c pypy/tool/build_cffi_imports.py
+   cd pypy/goal
+   PYTHONPATH=../.. ./pypy-c ../tool/build_cffi_imports.py
 
 .. _`out-of-line API mode`: 
http://cffi.readthedocs.org/en/latest/overview.html#real-example-api-level-out-of-line
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to