diff options
| author | ruki <[email protected]> | 2016-07-05 17:40:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-05 17:41:31 +0800 |
| commit | 09317b8b9ba669d5d957455e1a658645efbbc2cb (patch) | |
| tree | f935a2a3341b98b1e7fefae9116892262f2c9df7 /xmake/plugins/macro | |
| parent | 7af1dcdeed9e2ecbfc0ba0f4c34e52c99e1cdd89 (diff) | |
modify install script for windows
Diffstat (limited to 'xmake/plugins/macro')
| -rwxr-xr-x | xmake/plugins/macro/macros/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/macro/macros/package.lua b/xmake/plugins/macro/macros/package.lua index a6edaa5aa..04947c6d8 100755 --- a/xmake/plugins/macro/macros/package.lua +++ b/xmake/plugins/macro/macros/package.lua @@ -55,7 +55,7 @@ function main(argv) for _, arch in ipairs(platform.archs(plat)) do -- config it - os.exec("xmake f -p %s -a %s %s", plat, arch, args.config or "") + os.exec("xmake f -p %s -a %s %s -c", plat, arch, args.config or "") -- package it if args.outputdir then |
