diff options
author | Erik Faye-Lund <[email protected]> | 2019-04-18 16:16:06 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-02 11:09:16 +0000 |
commit | 0ea4ef247394c002fd055c54d46f067b509cfa4c (patch) | |
tree | 307611ab083f29e0b27965957184097e986ead97 /docs/meson.html | |
parent | d69c790c228a809021e2091440e69e19280d108a (diff) |
docs: fix incorrectly closed paragraph
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/meson.html')
-rw-r--r-- | docs/meson.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/meson.html b/docs/meson.html index f08598cb7af..bab415b2dcb 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -239,6 +239,7 @@ As of meson 0.49.0 meson also has the concept of a these files provide information about the native build environment (as opposed to a cross build environment). They are ini formatted and can override where to find llvm-config: +</p> custom-llvm.ini <pre> @@ -251,7 +252,7 @@ Then configure meson: <pre> meson builddir/ --native-file custom-llvm.ini </pre> -</p></dd> +</dd> <dd><p> For selecting llvm-config for cross compiling a |