Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r905:2ff026281063
Date: 2012-08-30 12:16 +0200
http://bitbucket.org/cffi/cffi/changeset/2ff026281063/

Log:    Also mention libfoo.so.X.Y.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -434,10 +434,10 @@
 *  ``include_dirs``, ``define_macros``, ``undef_macros``, ``libraries``,
    ``library_dirs``, ``extra_objects``, ``extra_compile_args``,
    ``extra_link_args`` (keyword arguments): these are used when
-   compiling the C code, and are passed directly to distutils_.
-   You typically need at least ``libraries=['foo']`` in order to
-   link with ``libfoo.so`` or ``foo.dll`` on Windows.  See the
-   distutils documentation for `more information about the other
+   compiling the C code, and are passed directly to distutils_.  You
+   typically need at least ``libraries=['foo']`` in order to link with
+   ``libfoo.so`` or ``libfoo.so.X.Y``, or ``foo.dll`` on Windows.  See
+   the distutils documentation for `more information about the other
    arguments`__.
 
 .. __: http://docs.python.org/distutils/setupscript.html#library-options
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to