docs: get_option returns relative paths for xxxdir options

[skip ci]
pull/2866/head^2
Nirbheek Chauhan 7 years ago
parent d4985d981f
commit 2d08c190d0
  1. 5
      docs/markdown/Reference-manual.md

@ -606,6 +606,11 @@ installed, and so on, use a [`custom_target`](#custom_target) instead.
Obtains the value of the [project build option](Build-options.md) specified in the positional argument. Obtains the value of the [project build option](Build-options.md) specified in the positional argument.
Note that the value returned for built-in options that end in `dir` such as
`bindir` and `libdir` is always a path relative to (and inside) the `prefix`.
The only exceptions are: `sysconfdir`, `localstatedir`, and `sharedstatedir`
which will return the value passed during configuration as-is.
### get_variable() ### get_variable()
``` meson ``` meson

Loading…
Cancel
Save