docs: Update docs for the rustc's -L option

This commit is contained in:
Vadim Petrochenkov 2024-08-27 22:12:18 +03:00
parent 05bd36de50
commit ac8f132014

View File

@ -47,7 +47,7 @@ KIND=PATH` where `KIND` may be one of:
directory.
- `native` — Only search for native libraries in this directory.
- `framework` Only search for macOS frameworks in this directory.
- `all` Search for all library kinds in this directory. This is the default
- `all` Search for all library kinds in this directory, except frameworks. This is the default
if `KIND` is not specified.
<a id="option-l-link-lib"></a>