diff options
-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 6268d52279b..90992dabb18 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -290,10 +290,11 @@ will never find libllvm.so. There is also a <code>-Dcmake_module_path</code> option in this meson version, which points to the root of an alternative installation (the prefix). For example: +</p> <pre> meson builddir -Dcmake_module_path=/home/user/mycmake/prefix </pre> -</p></dd> +</dd> <dd><p> As of meson 0.49.0 meson also has the concept of a |