From 52fa6152cd07d8325a05dfdd8a2074ad42812152 Mon Sep 17 00:00:00 2001 From: TheQwertiest Date: Wed, 10 Apr 2019 01:59:54 +0300 Subject: [PATCH] [docs] Reordered options and fixed a typo [skip ci] --- docs/markdown/Builtin-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 4c76445e7..a9f95e434 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -69,13 +69,13 @@ They have no effect when the host and build machines are the same. | install_umask {preserve, 0000-0777} | 022 | Default umask to apply on permissions of installed files | no | | layout {mirror,flat} | mirror | Build directory layout | no | | optimization {0, g, 1, 2, 3, s} | 0 | Optimization level | no | +| pkg_config_path {OS separated path} | '' | Additional paths for pkg-config to search before builtin paths | yes | | stdsplit | true | Split stdout and stderr in test logs | no | | strip | false | Strip targets on install | no | | unity {on, off, subprojects} | off | Unity build | no | | warning_level {0, 1, 2, 3} | 1 | Set the warning level. From 0 = none to 3 = highest | no | | werror | false | Treat warnings as errors | no | -| wrap-mode {default, nofallback,
nodownload, forcefallback} | default | Wrap mode to use | no | -| pkg_config_path {OS separated path} | '' | Additional paths for pkg-config to search before builtin paths | yes | +| wrap_mode {default, nofallback,
nodownload, forcefallback} | default | Wrap mode to use | no | ## Base options