From 0ea4ef247394c002fd055c54d46f067b509cfa4c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 16:16:06 +0200 Subject: [PATCH] docs: fix incorrectly closed paragraph Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/meson.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: +

custom-llvm.ini
@@ -251,7 +252,7 @@ Then configure meson:
 
     meson builddir/ --native-file custom-llvm.ini
 
-

+

For selecting llvm-config for cross compiling a -- 2.30.2