diff options
| author | ruki <[email protected]> | 2017-09-04 21:26:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-04 21:26:48 +0800 |
| commit | 87362b49f7cd5547c14f47f3f47bc93a1987286f (patch) | |
| tree | 8a32172ddf387d7a9f147420e0842478e6b23d37 /xmake/actions/require/install.lua | |
| parent | 4fead28a91b650fd7268e708afdf4dc97935d454 (diff) | |
add switch to disable color output
Diffstat (limited to 'xmake/actions/require/install.lua')
| -rw-r--r-- | xmake/actions/require/install.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/actions/require/install.lua b/xmake/actions/require/install.lua index 112cbcd15..16d2aea0a 100644 --- a/xmake/actions/require/install.lua +++ b/xmake/actions/require/install.lua @@ -40,6 +40,7 @@ function main(requires) return end + -- TODO -- enter environment environment.enter() @@ -107,6 +108,9 @@ function main(requires) action.install(instance) end + -- TODO add installed package infos to the given targets + -- ... + -- leave environment environment.leave() end |
