[pypy-commit] cffi default: update

arigo pypy.commits at gmail.com
Fri Feb 19 10:27:51 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2644:5d4960993342
Date: 2016-02-19 16:27 +0100
http://bitbucket.org/cffi/cffi/changeset/5d4960993342/

Log:	update

diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst
--- a/doc/source/embedding.rst
+++ b/doc/source/embedding.rst
@@ -303,8 +303,8 @@
   -Wl,-rpath=/path/to/libmyplugin``, possibly with ``$ORIGIN``.  The
   ``$`` in ``$ORIGIN`` causes various shell problems on its own: if
   using a common shell you need to say ``gcc
-  -Wl,-rpath=\$ORIGIN/../venv/bin``.  From a Makefile, you need to say
-  something like ``gcc -Wl,-rpath=\$$ORIGIN/../venv/bin``.
+  -Wl,-rpath=\$ORIGIN``.  From a Makefile, you need to say
+  something like ``gcc -Wl,-rpath=\$$ORIGIN``.
 
 
 Using multiple CFFI-made DLLs


More information about the pypy-commit mailing list