From 8d576eba9190f311e845f08ce822972b34c4e973 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 7 Jan 2020 19:32:34 +0200 Subject: Prepare new release. --- docs/markdown/snippets/find_program.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 docs/markdown/snippets/find_program.md (limited to 'docs/markdown/snippets/find_program.md') diff --git a/docs/markdown/snippets/find_program.md b/docs/markdown/snippets/find_program.md deleted file mode 100644 index 2bef82443..000000000 --- a/docs/markdown/snippets/find_program.md +++ /dev/null @@ -1,9 +0,0 @@ -## Search directories for `find_program()` - -It is now possible to give a list of absolute paths where `find_program()` should -also search, using the `dirs` keyword argument. - -For example on Linux `/sbin` and `/usr/sbin` are not always in the `$PATH`: -```meson -prog = find_program('mytool', dirs : ['/usr/sbin', '/sbin']) -``` -- cgit v1.2.3