summaryrefslogtreecommitdiff
path: root/xmake/core/base/table.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/table.lua')
-rw-r--r--xmake/core/base/table.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/table.lua b/xmake/core/base/table.lua
index fbef78a25..b142fe072 100644
--- a/xmake/core/base/table.lua
+++ b/xmake/core/base/table.lua
@@ -235,6 +235,7 @@ function table.inherit2(self, ...)
end
end
end
+ setmetatable(self, metainfo)
return self
end