docs: get_option returns relative paths for xxxdir options

[skip ci]
This commit is contained in:
Nirbheek Chauhan 2018-01-02 18:56:03 +05:30
parent d4985d981f
commit 2d08c190d0
1 changed files with 5 additions and 0 deletions

View File

@ -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.
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()
``` meson