summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-10 23:44:02 +0800
committerGitHub <[email protected]>2025-11-10 23:44:02 +0800
commitb831e2f4ee0c9c8fb45c7756e00c050160484d1a (patch)
tree975d719020013188daa2f2d2ef3dc8989486d34e
parented81f6d290a515dc22f67ec72d3df7d46f489825 (diff)
parent45378e830b8cef12393a357792b31a39370a1ea9 (diff)
Merge pull request #7013 from xmake-io/package
remove deps when packaging #7001
-rw-r--r--xmake/actions/package/local/main.lua1
-rw-r--r--xmake/actions/package/remote/main.lua1
2 files changed, 0 insertions, 2 deletions
diff --git a/xmake/actions/package/local/main.lua b/xmake/actions/package/local/main.lua
index 8470bede0..408b9ad76 100644
--- a/xmake/actions/package/local/main.lua
+++ b/xmake/actions/package/local/main.lua
@@ -232,7 +232,6 @@ function main()
-- package the given target?
if targetname then
local target = assert(check_targetname(targetname))
- _package_targets(target:orderdeps())
_package_target(target)
else
-- package default or all targets
diff --git a/xmake/actions/package/remote/main.lua b/xmake/actions/package/remote/main.lua
index 63adab7be..45746eb69 100644
--- a/xmake/actions/package/remote/main.lua
+++ b/xmake/actions/package/remote/main.lua
@@ -155,7 +155,6 @@ function main()
local targetname = option.get("target")
if targetname then
local target = assert(check_targetname(targetname))
- _package_targets(target:orderdeps())
_package_target(target)
else
-- package default or all targets