diff options
| author | Armin Rigo <arigo@tunes.org> | 2016-02-19 16:27:21 +0100 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2016-02-19 16:27:21 +0100 |
| commit | fa2939fefdf8eddfda03c8ec0e902ef97609b5c7 (patch) | |
| tree | 08f9303e8961d55a8e478374a9f634ff32048994 /doc/source/embedding.rst | |
| parent | 3798df0bf47a130b86b24c30bd09cce25faf41b9 (diff) | |
| download | cffi-fa2939fefdf8eddfda03c8ec0e902ef97609b5c7.tar.gz | |
update
Diffstat (limited to 'doc/source/embedding.rst')
| -rw-r--r-- | doc/source/embedding.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst index 07a3f4c..08ae09a 100644 --- a/doc/source/embedding.rst +++ b/doc/source/embedding.rst @@ -303,8 +303,8 @@ inaccuracies in this paragraph or better ways to do things.) -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 |
