[pypy-commit] pypy py3.5: hg merge default

arigo pypy.commits at gmail.com
Thu Feb 16 14:57:00 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r90172:697a8bbf4e66
Date: 2017-02-16 20:55 +0100
http://bitbucket.org/pypy/pypy/changeset/697a8bbf4e66/

Log:	hg merge default

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
 


More information about the pypy-commit mailing list