summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/batchcmds.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-08-11 14:34:42 +0800
committerGitHub <[email protected]>2025-08-11 14:34:42 +0800
commitc39e51cd62cd158827df495eef79276c43cd4dfc (patch)
tree462c51fe1451cc3e28b253296ba50329ef491a7a /xmake/plugins/pack/batchcmds.lua
parenta9732fa5cb1b0447740b3e50cbd972627f96e505 (diff)
parent5d22e5c5919dddcf298af07d5bfe98f0dd8790a3 (diff)
Merge pull request #6688 from xmake-io/install
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