Author: Armin Rigo <ar...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to