summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-09 23:03:41 +0800
committerruki <[email protected]>2023-11-09 23:03:41 +0800
commitbe11a41f594e743743dd34abf52e28adc6219f10 (patch)
tree2b885dfa57160fdfe3748f36581d56d14fea865e /xmake/plugins/pack/main.lua
parentc5e5f95aa56f9045c0d17bb7abf8127f6dbf6131 (diff)
define script
Diffstat (limited to 'xmake/plugins/pack/main.lua')
-rw-r--r--xmake/plugins/pack/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/pack/main.lua b/xmake/plugins/pack/main.lua
index b3b59fec7..01e5a9534 100644
--- a/xmake/plugins/pack/main.lua
+++ b/xmake/plugins/pack/main.lua
@@ -29,6 +29,7 @@ function _pack_packages()
for name, scope in pairs(xpack_scope) do
print("xpack(%s)", name)
print(" description: %s", scope:get("description"))
+ print(" installcmd: ", scope:get("installcmd"))
end
end