Skip to content

Commit 17fe40c

Browse files
committed
fix build error message
1 parent f00851f commit 17fe40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodecZstd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import TranscodingStreams:
1818
using Libdl
1919
const libzpath = joinpath(dirname(@__FILE__), "..", "deps", "deps.jl")
2020
if !isfile(libzpath)
21-
error("CodecZlib.jl is not installed properly, run Pkg.build(\"CodecZlib\") and restart Julia.")
21+
error("CodecZstd.jl is not installed properly, run Pkg.build(\"CodecZstd\") and restart Julia.")
2222
end
2323
include(libzpath)
2424
check_deps()

0 commit comments

Comments
 (0)