diff options
| -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 78715393c..659d35553 100644 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -58,10 +58,10 @@ task("project") end } , {'m', "modes", "kv" , nil , "Set the project modes." , " e.g. " - , " - xmake project -k vsxmake -m \"release" .. path.envsep() .. "debug\"" } + , " - xmake project -k vsxmake -m \"release,debug\"" } , {'a', "archs", "kv" , nil , "Set the project archs." , " e.g. " - , " - xmake project -k vsxmake -a \"x86" .. path.envsep() .. "x64\"" } + , " - xmake project -k vsxmake -a \"x86,x64\"" } , {nil, "outputdir", "v" , "." , "Set the output directory." } } } |
