diff options
| author | ruki <[email protected]> | 2015-04-28 18:44:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-04-28 18:44:30 +0800 |
| commit | 47887f7de8de004290bd3c53d5536ed43c7e3f71 (patch) | |
| tree | b0caee87f82e7522064351fe8b197351a5cbe094 /xmake/scripts | |
| parent | 3dfa09ba04c127a68d47b6144b586006a95b6820 (diff) | |
add arguments list for install
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xmake_main.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/scripts/xmake_main.lua b/xmake/scripts/xmake_main.lua index 482fb6ac0..79623adfe 100644 --- a/xmake/scripts/xmake_main.lua +++ b/xmake/scripts/xmake_main.lua @@ -2,5 +2,7 @@ print("_PROGRAM_DIR: ", _PROGRAM_DIR) print("_PROJECT_DIR: ", _PROJECT_DIR) - +for _, b in pairs(_ARGV) do + print(b) +end |
