From 45378e830b8cef12393a357792b31a39370a1ea9 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 11 Nov 2025 00:45:21 +0800 Subject: remove deps when packaging #7001 --- xmake/actions/package/local/main.lua | 1 - xmake/actions/package/remote/main.lua | 1 - 2 files changed, 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 -- cgit v1.3.1