diff options
| author | ruki <[email protected]> | 2017-09-21 23:27:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-21 14:42:01 +0800 |
| commit | 034185734b5bc91f8188c15c9e02b0ce8ebaa850 (patch) | |
| tree | 17788345197514d464006129d76a0d36f2addf35 /xmake/actions/require/install.lua | |
| parent | 253e814d11d2af31088a22401a28b4a6abef70e3 (diff) | |
improve option and add require option
Diffstat (limited to 'xmake/actions/require/install.lua')
| -rw-r--r-- | xmake/actions/require/install.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/require/install.lua b/xmake/actions/require/install.lua index 1cdc406df..48fc37b25 100644 --- a/xmake/actions/require/install.lua +++ b/xmake/actions/require/install.lua @@ -232,7 +232,6 @@ function main(requires) if _g.installed then return end _g.installed = true - -- TODO move the global modules -- enter environment environment.enter() |
