diff options
| -rw-r--r-- | xmake/actions/package/local/main.lua | 1 | ||||
| -rw-r--r-- | xmake/actions/package/remote/main.lua | 1 |
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 |
