Fix library/binary confusion in compiling_for_linuxbsd.rst

This commit is contained in:
Bernat
2025-02-06 13:15:56 +01:00
committed by GitHub
parent fd34a007ba
commit 990fe8334f

View File

@@ -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.