summaryrefslogtreecommitdiff
path: root/xmake/core/action/install.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-28 14:14:25 +0800
committerruki <[email protected]>2016-02-28 14:14:25 +0800
commit5c154ce0b281f073fb6c8e475e932837da0d5117 (patch)
treeb670dfe584762f397fe466be227b09d375b1ec90 /xmake/core/action/install.lua
parent9212146ac3d022a54f659d87fb0ecd7a7db2bee4 (diff)
hide _OPTIONS
Diffstat (limited to 'xmake/core/action/install.lua')
-rw-r--r--xmake/core/action/install.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/core/action/install.lua b/xmake/core/action/install.lua
index 407a5ae4b..581945093 100644
--- a/xmake/core/action/install.lua
+++ b/xmake/core/action/install.lua
@@ -26,6 +26,7 @@ local action_install = action_install or {}
-- load modules
local utils = require("base/utils")
local config = require("base/config")
+local option = require("base/option")
local global = require("base/global")
local install = require("base/install")
local package = require("base/package")
@@ -77,7 +78,7 @@ end
function action_install.done()
-- the options
- local options = xmake._OPTIONS
+ local options = option.options()
assert(options)
-- trace