Skip to content

Commit

Permalink
Fix doc wording
Browse files Browse the repository at this point in the history
Co-authored-by: Christine Rose <christinerose@users.noreply.github.com>
  • Loading branch information
bobot and christinerose committed Mar 9, 2022
1 parent ea3a1d9 commit 5c25ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/foreign-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ To do that, follow the following procedure:
- copies the generated files
- the C archive ``.a`` must be built with ``-fpic``
- the ``libfoo.so`` must be copied as ``dllfoo.so``, and no ``libfoo.so``
should appear otherwise the dynamic linking of the C library will be
attempted, but usually fails because the ``libfoo.so`` is not available at
should appear, otherwise the dynamic linking of the C library will be
attempted. However, this usually fails because the ``libfoo.so`` isn't available at
the time of the execution.
- *Attach* the C archive files to an OCaml library via :ref:`foreign-archives`.

Expand Down

0 comments on commit 5c25ecf

Please sign in to comment.