diff options
| author | ruki <[email protected]> | 2018-12-10 23:55:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-10 17:34:45 +0800 |
| commit | 2f1a77858c0ef40102228574546db6865309bdeb (patch) | |
| tree | bde2b60fa78255c70b2d31146b32e93fd6404f61 | |
| parent | ceef023dd98a60b118bb4f089376f943902177fa (diff) | |
improve xmake f --vs tips
| -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" |
