Skip to content

Commit b96b3a6

Browse files
authored
Merge pull request #10630 from berarma/patch-2
Fix library/binary confusion in compiling_for_linuxbsd.rst
2 parents fd34a00 + 990fe83 commit b96b3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/compiling/compiling_for_linuxbsd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ running ``scons -h``, then looking for options starting with ``builtin_``.
608608

609609
.. warning::
610610

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

0 commit comments

Comments
 (0)