diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2017-12-28 04:27:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 04:27:38 +0530 |
commit | de3feb96257c6643c373e14163aea35b55e0ab44 (patch) | |
tree | 9a58c2c08237c82f8ebab2dde472916d71d4bfae | |
parent | 8fb7d9261a743637b332b71355bc178262dbd206 (diff) | |
download | meson-de3feb96257c6643c373e14163aea35b55e0ab44.zip meson-de3feb96257c6643c373e14163aea35b55e0ab44.tar.gz meson-de3feb96257c6643c373e14163aea35b55e0ab44.tar.bz2 |
docs: find_program native: is available since 0.43
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index f797da1..14c931d 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -483,7 +483,7 @@ Keyword arguments are the following: then use the `.found()` method on the returned object to check whether it was found or not. -- `native` defines how this executable should be searched. By default +- `native` *(since 0.43)* defines how this executable should be searched. By default it is set to `false`, which causes Meson to first look for the executable in the cross file (when cross building) and if it is not defined there, then from the system. If set to `true`, the cross |