summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/batchcmds.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-08-10 22:13:07 +0800
committerruki <[email protected]>2025-08-10 22:13:07 +0800
commit8d49fda3521f20b8d0e6d0b01d416f06e5f1239c (patch)
tree200e884b198f253d7f2bc6bf16673c5b94961fbe /xmake/plugins/pack/batchcmds.lua
parent74f61a33d6af99e80bf55fee60c3acea09f4e1d8 (diff)
improve to install targets
Diffstat (limited to 'xmake/plugins/pack/batchcmds.lua')
-rw-r--r--xmake/plugins/pack/batchcmds.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/plugins/pack/batchcmds.lua b/xmake/plugins/pack/batchcmds.lua
index 2418f39ac..b67d66b5b 100644
--- a/xmake/plugins/pack/batchcmds.lua
+++ b/xmake/plugins/pack/batchcmds.lua
@@ -63,9 +63,6 @@ function _get_target_installdir(package, target)
end
function _get_target_package_libfiles(target, opt)
- if option.get("nopkgs") then
- return {}
- end
opt = opt or {}
local libfiles = {}
for _, pkg in ipairs(target:orderpkgs(opt)) do