diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-20 18:40:58 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-20 18:40:58 +0300 |
commit | f67630d26cf128cb1b659638918968a21955270e (patch) | |
tree | d8ac83f45b158c81ef955fffacc8d03674afed9d /docs/markdown | |
parent | aee9f589398fa3d6c42b50dd1000598ef36ecfb3 (diff) | |
download | meson-f67630d26cf128cb1b659638918968a21955270e.zip meson-f67630d26cf128cb1b659638918968a21955270e.tar.gz meson-f67630d26cf128cb1b659638918968a21955270e.tar.bz2 |
Removed extra parentheses. [skip ci]
Diffstat (limited to 'docs/markdown')
-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 e3ae111..db8eed1 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -684,7 +684,7 @@ configuration as-is, which may be absolute, or relative to `prefix`. [`install_dir` arguments](Installing.md) handles that as expected, but if you need the absolute path to one of these e.g. to use in a define etc., you should use `join_paths(get_option('prefix'), -get_option('localstatedir')))` +get_option('localstatedir'))` For options of type `feature` a special object is returned instead of a string. See [`feature` options](Build-options.md#features) |