diff options
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index fd78a1e..fd156f9 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -780,12 +780,6 @@ creating the final list. The returned object also has methods that are documented in the [object methods section](#build-target-object) below. -### find_library() - -*(since 0.31.0)* **(deprecated)** Use `find_library()` method of -[the compiler object](#compiler-object) as obtained from -`meson.get_compiler(lang)`. - ### find_program() ``` meson @@ -2865,7 +2859,7 @@ env.prepend('MY_PATH', '0') ### `external library` object -This object is returned by [`find_library()`](#find_library) and +This object is returned by [`find_library()`](#compiler-object) and contains an external (i.e. not built as part of this project) library. This object has the following methods: |