diff options
| author | ruki <[email protected]> | 2016-06-17 13:42:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-17 13:42:28 +0800 |
| commit | f08ebf9a725c3d0396f23967d6afb9151b5758e4 (patch) | |
| tree | 5693873e304cf0791d0952cf5d59798f768cfa03 /xmake/plugins/macro/macros/package.lua | |
| parent | 850db235e7ef6a9231f45c9b1f775154ec330ca5 (diff) | |
modify package comment
Diffstat (limited to 'xmake/plugins/macro/macros/package.lua')
| -rwxr-xr-x | xmake/plugins/macro/macros/package.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmake/plugins/macro/macros/package.lua b/xmake/plugins/macro/macros/package.lua index f5d27e5bd..695d8ed07 100755 --- a/xmake/plugins/macro/macros/package.lua +++ b/xmake/plugins/macro/macros/package.lua @@ -38,9 +38,10 @@ local options = -- -- .e.g -- xmake m package --- xmake m package . "-m debug" --- xmake m package linux --- xmake m package iphoneos "-m debug --xxx ..." +-- xmake m package -f "-m debug" +-- xmake m package -p linux +-- xmake m package -p iphoneos -f "-m debug --xxx ..." -o /tmp/xxx +-- xmake m package -f \"--mode=debug\" -- function main(argv) |
