From 8d49fda3521f20b8d0e6d0b01d416f06e5f1239c Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 10 Aug 2025 22:13:07 +0800 Subject: improve to install targets --- xmake/plugins/pack/batchcmds.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmake/plugins/pack/batchcmds.lua') 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 -- cgit v1.3.1