Skip to content

Commit c7992c7

Browse files
vtjnashgiordano
andauthored
Update stdlib/Zstd_jll/src/Zstd_jll.jl
Co-authored-by: Mosè Giordano <[email protected]>
1 parent 3fa40b4 commit c7992c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Zstd_jll/src/Zstd_jll.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export libzstd, zstd, zstdmt
1010
if Sys.iswindows()
1111
const libzstd = "libzstd.dll"
1212
elseif Sys.isapple()
13-
const libzstd = "@rpath/libstd.1.dylib"
13+
const libzstd = "@rpath/libzstd.1.dylib"
1414
else
1515
const libzstd = "libzstd.so.1"
1616
end

0 commit comments

Comments
 (0)