diff options
| author | ruki <[email protected]> | 2025-11-17 22:08:59 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-17 22:08:59 +0800 |
| commit | 91e10df41769a679e97e152a866394da3b41cd81 (patch) | |
| tree | aeef88d5e56bfff2a57a33c120c120ca21072ecd | |
| parent | 77f00b9a773f3e26cfc32fd18502789018807b91 (diff) | |
| parent | a2bfebfb876e9aaf514eaf24b47002802e3e87fd (diff) | |
Merge pull request #7034 from SirLynix/patch-20
Update xmake project help message for vs2026
| -rw-r--r-- | xmake/plugins/project/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua index bc6b7c743..15333d58b 100644 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -46,8 +46,8 @@ task("project") , " - xcode" , " - compile_flags" , " - compile_commands (clang compilation database with json format)" - , " - vs (auto detect), vs2002 - vs2022" - , " - vsxmake (auto detect), vsxmake2010 ~ vsxmake2022" + , " - vs (auto detect), vs2002 - vs2026" + , " - vsxmake (auto detect), vsxmake2010 ~ vsxmake2026" , values = function (complete, opt) if not complete then return end |
