diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-18 19:42:28 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-08-18 21:56:45 +0300 |
commit | a216de4898cc7b9aafaecf6ebbe19d79d1c5aea3 (patch) | |
tree | 8b8c0fdcbb6a49fd7992421d2da6722efb654a1b /docs/markdown/Reference-manual.md | |
parent | d6243e3ebd43a44aebf4e403cb19b3d881aedee5 (diff) | |
download | meson-a216de4898cc7b9aafaecf6ebbe19d79d1c5aea3.zip meson-a216de4898cc7b9aafaecf6ebbe19d79d1c5aea3.tar.gz meson-a216de4898cc7b9aafaecf6ebbe19d79d1c5aea3.tar.bz2 |
docs: Remove the deleted function find_library
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: |