diff options
| author | ruki <[email protected]> | 2025-08-10 22:13:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-10 22:13:07 +0800 |
| commit | 8d49fda3521f20b8d0e6d0b01d416f06e5f1239c (patch) | |
| tree | 200e884b198f253d7f2bc6bf16673c5b94961fbe /xmake/plugins/pack/batchcmds.lua | |
| parent | 74f61a33d6af99e80bf55fee60c3acea09f4e1d8 (diff) | |
improve to install targets
Diffstat (limited to 'xmake/plugins/pack/batchcmds.lua')
| -rw-r--r-- | xmake/plugins/pack/batchcmds.lua | 3 |
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 |
