diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-09-22 23:11:59 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-09-22 23:11:59 +0300 |
commit | 0cf4a6ab3aa3672d74091e28f6535477794d9839 (patch) | |
tree | b0a2069e5e5bb28d8a92fe0c59d7f100128402d2 /docs/markdown/snippets/overrideexe.md | |
parent | d1f3f1d023566a54dfc65dc6067a0416b7353dff (diff) | |
download | meson-0.48.0.tar.gz |
Updated release note page.0.48.0
Diffstat (limited to 'docs/markdown/snippets/overrideexe.md')
-rw-r--r-- | docs/markdown/snippets/overrideexe.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/overrideexe.md b/docs/markdown/snippets/overrideexe.md deleted file mode 100644 index 59213c5cb..000000000 --- a/docs/markdown/snippets/overrideexe.md +++ /dev/null @@ -1,8 +0,0 @@ -## More flexible `override_find_program()`. - -It is now possible to pass an `executable` to -`override_find_program()` if the overridden program is not used during -configure. - -This is particularly useful for fallback dependencies like Protobuf -that also provide a tool like protoc. |