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 c7992c7 commit 6594dbdCopy full SHA for 6594dbd
stdlib/Zstd_jll/src/Zstd_jll.jl
@@ -7,6 +7,9 @@ using Base, Libdl
7
8
export libzstd, zstd, zstdmt
9
10
+# These get calculated in __init__()
11
+libzstd_handle::Ptr{Cvoid} = C_NULL
12
+
13
if Sys.iswindows()
14
const libzstd = "libzstd.dll"
15
elseif Sys.isapple()
0 commit comments