aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorericLemanissier <ericLemanissier@users.noreply.github.com>2019-02-08 11:52:39 +0100
committerDylan Baker <dylan@pnwbakers.com>2019-02-08 10:12:26 -0800
commitbb3997a39c5ca88590db86c1918c2c8b7c7ba97e (patch)
tree4b00ad97a4e6c840d7c7e4d499f28db2c4578b29 /docs
parent849667c981ca4821ecb57f54d1fdcf31c3524309 (diff)
downloadmeson-bb3997a39c5ca88590db86c1918c2c8b7c7ba97e.zip
meson-bb3997a39c5ca88590db86c1918c2c8b7c7ba97e.tar.gz
meson-bb3997a39c5ca88590db86c1918c2c8b7c7ba97e.tar.bz2
fix documentation typo for default_library option [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Builtin-options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md
index 288bd79..0d1a16b 100644
--- a/docs/markdown/Builtin-options.md
+++ b/docs/markdown/Builtin-options.md
@@ -42,7 +42,7 @@ Installation options are all relative to the prefix, except:
| werror | false | Treat warnings as errors |
| warning_level {1, 2, 3} | 1 | Set the warning level. From 1 = lowest to 3 = highest |
| layout {mirror,flat} | mirror | Build directory layout. |
-| default-library {shared, static, both} | shared | Default library type. |
+| default_library {shared, static, both} | shared | Default library type. |
| backend {ninja, vs,<br>vs2010, vs2015, vs2017, xcode} | | Backend to use (default: ninja). |
| stdsplit | | Split stdout and stderr in test logs. |
| errorlogs | | Whether to print the logs from failing tests. |