diff options
| author | charles seizilles <[email protected]> | 2021-12-10 12:46:50 +0100 |
|---|---|---|
| committer | charles seizilles <[email protected]> | 2021-12-10 17:25:17 +0100 |
| commit | b5e483352b76ff0d18635bc0b33912552e11bc74 (patch) | |
| tree | 95a90e8c87ee16f5ac547bae58bf267e37a9bfa2 /xmake/plugins/project/vsxmake/vsxmake.lua | |
| parent | a70d5148d402195a411c590fd049c045ed5b5c7b (diff) | |
Fix typos
Diffstat (limited to 'xmake/plugins/project/vsxmake/vsxmake.lua')
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsxmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/vsxmake/vsxmake.lua b/xmake/plugins/project/vsxmake/vsxmake.lua index 894a1895b..469448764 100644 --- a/xmake/plugins/project/vsxmake/vsxmake.lua +++ b/xmake/plugins/project/vsxmake/vsxmake.lua @@ -202,7 +202,7 @@ function make(version) version = tonumber(config.get("vs")) if not version then return function(outputdir) - raise("invalid vs version, run `xmake f --vs=201x`") + raise("invalid vs version, run `xmake f --vs=20xx`") end end end |
