diff options
| author | ruki <[email protected]> | 2018-12-04 18:47:16 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-04 18:47:16 +0800 |
| commit | 2b64bab746ff627dcbce239bce309bf63a3f2eaa (patch) | |
| tree | fe14c35ad26e7cb296a38b36be4e8a0ab9091e1b /xmake/plugins/project/xmake.lua | |
| parent | 9c2497e8b3eb08b47323f38ed218702f833073cc (diff) | |
| parent | da267497a9677d4cfc7175d462494e1334823476 (diff) | |
Merge pull request #273 from orzuk-lmj/dev
improves the arch setting
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rw-r--r-- | xmake/plugins/project/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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." } } } |
