From 32f64aa2cb6eb09ad858275d22fc52439c4f860d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Wed, 6 Nov 2019 04:02:40 +0100 Subject: [PATCH] docs: Add backend vs2019 to table in Builtin-options.md [skip ci] --- docs/markdown/Builtin-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 61857c9ae..f406067ec 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -69,7 +69,7 @@ Using the option as-is with no prefix affects all machines. For example: | Option | Default value | Description | Is per machine | | ------ | ------------- | ----------- | -------------- | | auto_features {enabled, disabled, auto} | auto | Override value of all 'auto' features | no | -| backend {ninja, vs,
vs2010, vs2015, vs2017, xcode} | ninja | Backend to use | no | +| backend {ninja, vs,
vs2010, vs2015, vs2017, vs2019, xcode} | ninja | Backend to use | no | | buildtype {plain, debug,
debugoptimized, release, minsize, custom} | debug | Build type to use | no | | debug | true | Debug | no | | default_library {shared, static, both} | shared | Default library type | no |