summaryrefslogtreecommitdiff
path: root/xmake/core/base/option.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-14 10:10:22 +0800
committerruki <[email protected]>2021-02-14 10:10:22 +0800
commit6ba5ae3834b4e2e9efb0abb44576b669859abf26 (patch)
treedc7f75fd98d58670a6f7073ba08567805d911764 /xmake/core/base/option.lua
parentd22832a1eaf691db8aae20d0d08f08a98a19d23b (diff)
fix require
Diffstat (limited to 'xmake/core/base/option.lua')
-rw-r--r--xmake/core/base/option.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua
index 977a39a40..539f3f637 100644
--- a/xmake/core/base/option.lua
+++ b/xmake/core/base/option.lua
@@ -19,7 +19,7 @@
--
-- define module: option
-local option = option or {}
+local option = {}
-- load modules
local cli = require("base/cli")