summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/xpack.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-22 00:51:27 +0800
committerruki <[email protected]>2023-11-22 00:51:27 +0800
commitaccaaf359ff95c1ce88037d80117076af8827b26 (patch)
treeb8fe36a6bee2da417d6bb766056f747e31af6679 /xmake/plugins/pack/xpack.lua
parent897fc6b9e0ab48e4012bd523eb7a53bcdf5e1a44 (diff)
fix error
Diffstat (limited to 'xmake/plugins/pack/xpack.lua')
-rw-r--r--xmake/plugins/pack/xpack.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/pack/xpack.lua b/xmake/plugins/pack/xpack.lua
index bd687d39c..e5829fd45 100644
--- a/xmake/plugins/pack/xpack.lua
+++ b/xmake/plugins/pack/xpack.lua
@@ -27,6 +27,7 @@ import("core.project.config")
import("core.project.project")
import("lib.detect.find_tool")
import("filter")
+import("xpack_component")
-- define module
local xpack = xpack or object {_init = {"_name", "_info"}}