summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-02 00:57:51 +0800
committerruki <[email protected]>2019-01-01 23:47:08 +0800
commit59c8c59a2983c329118f7839b9949635a85183f5 (patch)
tree8828214363911c982c819abc611e11e669b6031e /xmake/core/package/package.lua
parent38e38540325ff07453a324e8049ed575fad8cb8d (diff)
add default theme
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 4a22ce926..5ddc16117 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -48,7 +48,7 @@ function _instance.new(name, info, rootdir)
local instance = table.inherit(_instance)
-- init instance
- instance._name = name
+ instance._name = name
instance._NAME = name
instance._INFO = info
instance._ROOTDIR = rootdir