From da267497a9677d4cfc7175d462494e1334823476 Mon Sep 17 00:00:00 2001 From: mclee Date: Tue, 4 Dec 2018 16:20:30 +0800 Subject: improves the arch setting --- xmake/plugins/project/xmake.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmake/plugins/project/xmake.lua') diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua index b42d5efae..71f1cd3db 100644 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -51,6 +51,9 @@ task("project") , " - xmake project -k makefile" , " - xmake project -k compile_commands" , " - xmake project -k vs2015 -m \"release,debug\"" } + , {'a', "archs", "kv", nil, "Set the project archs." + , " .e.g " + , " - xmake project -k vs2015 -a \"x86,x64\"" } , {nil, "outputdir", "v", ".", "Set the output directory." } } } -- cgit v1.3.1