diff options
| author | ruki <[email protected]> | 2016-07-09 15:08:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-09 15:08:28 +0800 |
| commit | 9feb387e4e4e6694b2c9ac3de4d517fb4c4ae44a (patch) | |
| tree | 9581332e5365025b5663c3c48f223a9dfd6f415c /xmake/actions/install/xmake.lua | |
| parent | 460030d64886772601749b874f06fe536f1d3fd5 (diff) | |
fix install directory and modify compiler and linker interfaces
Diffstat (limited to 'xmake/actions/install/xmake.lua')
| -rwxr-xr-x | xmake/actions/install/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/install/xmake.lua b/xmake/actions/install/xmake.lua index d2160490e..11fdd1270 100755 --- a/xmake/actions/install/xmake.lua +++ b/xmake/actions/install/xmake.lua @@ -43,10 +43,10 @@ task("install") -- options , options = { - {'o', "installdir", "kv", nil, "Set the install directory." } + {'o', "installdir", "kv", nil, "Set the install directory." } , {} - , {nil, "target", "v", "all", "Install the given target." } + , {nil, "target", "v", "all", "Install the given target." } } }) |
