Skip to content

Commit

Permalink
Merge pull request #10630 from berarma/patch-2
Browse files Browse the repository at this point in the history
Fix library/binary confusion in compiling_for_linuxbsd.rst
  • Loading branch information
skyace65 authored Feb 6, 2025
2 parents fd34a00 + 990fe83 commit b96b3a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ running ``scons -h``, then looking for options starting with ``builtin_``.

.. warning::

When using system libraries, the resulting library is **not** portable
When using system libraries, the resulting binary is **not** portable
across Linux distributions anymore. Do not use this approach for creating
binaries you intend to distribute to others, unless you're creating a
package for a Linux distribution.

0 comments on commit b96b3a6

Please sign in to comment.