Skip to content

Commit b65ed4e

Browse files
committed
fix library name
1 parent fe2d02c commit b65ed4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function _reduce_package_size(llvm_archive, unused_libs)
8181
archive.extract(llvm_archive, workdir)
8282

8383
for _, lib in ipairs(unused_libs) do
84-
os.rm(path.join(workdir, format("lib/*%s*", lib)))
84+
os.rm(path.join(workdir, format("lib/%s.*", lib)))
8585
end
8686

8787
local opt = {}

0 commit comments

Comments
 (0)