We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2d02c commit b65ed4eCopy full SHA for b65ed4e
release.lua
@@ -81,7 +81,7 @@ function _reduce_package_size(llvm_archive, unused_libs)
81
archive.extract(llvm_archive, workdir)
82
83
for _, lib in ipairs(unused_libs) do
84
- os.rm(path.join(workdir, format("lib/*%s*", lib)))
+ os.rm(path.join(workdir, format("lib/%s.*", lib)))
85
end
86
87
local opt = {}
0 commit comments