Skip to content

Commit 4d204a1

Browse files
committed
[LibCURL_jll] Load also LibSSH2_jll, OpenSSL_jll, Zlib_jll
1 parent 5f507a1 commit 4d204a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/LibCURL_jll/src/LibCURL_jll.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## dummy stub for https://github.com/JuliaBinaryWrappers/LibCURL_jll.jl
44

55
baremodule LibCURL_jll
6-
using Base, Libdl, nghttp2_jll
6+
using Base, Libdl, nghttp2_jll, LibSSH2_jll, OpenSSL_jll, Zlib_jll
77

88
const PATH_list = String[]
99
const LIBPATH_list = String[]

0 commit comments

Comments
 (0)