Browse Source

Merge pull request #10630 from berarma/patch-2

Fix library/binary confusion in compiling_for_linuxbsd.rst
Matthew 6 months ago
parent
commit
b96b3a6dc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contributing/development/compiling/compiling_for_linuxbsd.rst

+ 1 - 1
contributing/development/compiling/compiling_for_linuxbsd.rst

@@ -608,7 +608,7 @@ running ``scons -h``, then looking for options starting with ``builtin_``.
 
 
 .. warning::
 .. 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
     across Linux distributions anymore. Do not use this approach for creating
     binaries you intend to distribute to others, unless you're creating a
     binaries you intend to distribute to others, unless you're creating a
     package for a Linux distribution.
     package for a Linux distribution.