Skip to content

Commit fe7114a

Browse files
fix code mistake
1 parent 066ecdb commit fe7114a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Prefix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ function setup(source::SetupSource{ArchiveSource}, targetdir, verbose; tar_flags
333333
end
334334
if Zstd_jll.is_available()
335335
path = vcat(dirname(Zstd_jll.zstd_path), path)
336-
libpath = vcat(XZ_jll.LIBPATH_list, libpath)
336+
libpath = vcat(Zstd_jll.LIBPATH_list, libpath)
337337
end
338338
unique!(filter!(!isempty, path))
339339
unique!(filter!(!isempty, libpath))

0 commit comments

Comments
 (0)