diff options
| -rw-r--r-- | xmake/platforms/windows/xmake.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua index 678c625ae..98ee28f76 100644 --- a/xmake/platforms/windows/xmake.lua +++ b/xmake/platforms/windows/xmake.lua @@ -79,7 +79,8 @@ platform("windows") config = { {category = "Visual Studio SDK Configuration" } - , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" } + , {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" + , " .e.g --vs=2017" } , {nil, "vs_toolset", "kv", nil, "The Microsoft Visual Studio Toolset Version" , " .e.g --vs_toolset=14.0" } , {nil, "vs_sdkver", "kv", nil, "The Windows SDK Version of Visual Studio" |
