We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00851f commit 17fe40cCopy full SHA for 17fe40c
src/CodecZstd.jl
@@ -18,7 +18,7 @@ import TranscodingStreams:
18
using Libdl
19
const libzpath = joinpath(dirname(@__FILE__), "..", "deps", "deps.jl")
20
if !isfile(libzpath)
21
- error("CodecZlib.jl is not installed properly, run Pkg.build(\"CodecZlib\") and restart Julia.")
+ error("CodecZstd.jl is not installed properly, run Pkg.build(\"CodecZstd\") and restart Julia.")
22
end
23
include(libzpath)
24
check_deps()
0 commit comments