From 49aaeee8b3db17b0baec58d242b69c0599a09c62 Mon Sep 17 00:00:00 2001 From: narpfel Date: Tue, 26 May 2026 22:09:52 +0200 Subject: [PATCH] Fix typo `libPath` -> `libpath` in library docs (#8717) The property name for libraries is `libpath` and not `libPath`. --- docs/AboutLibraryPaths.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/AboutLibraryPaths.md b/docs/AboutLibraryPaths.md index 57f69a43b..96f37300c 100644 --- a/docs/AboutLibraryPaths.md +++ b/docs/AboutLibraryPaths.md @@ -37,14 +37,14 @@ or executables. For a comprehensive overview of the configuration system, see [Configuration.md](Configuration.md). -- Compiler .ldPath +- Compiler `.ldPath` - is used for `LD_LIBRARY_PATH` to support running the compiler - is used for linking (`-Wl,-rpath=` and/or `-L`) during building binaries - is used for `LD_LIBRARY_PATH` to enable the users's executable to find `.so` files -- Compiler .libPath +- Compiler `.libPath` - is used for linking (`-Wl,-rpath=` and/or `-L`) during building binaries - is used for `LD_LIBRARY_PATH` to enable the users's executable to find `.so` files -- Library .libPath +- Library `.libpath` - is used for linking (`-Wl,-rpath=` and/or `-L`) during building binaries - is used for `LD_LIBRARY_PATH` to enable the users's executable to find `.so` files (just in case)