Skip to content

Commit 51ae4b3

Browse files
add more system_libs for windows
1 parent d3bca9a commit 51ae4b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/stdlib_dependencies.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,11 @@ try
173173
"vcruntime140",
174174
"msvcp140",
175175
"libwinpthread",
176-
"ntdll"
176+
"ntdll",
177+
"crypt32",
178+
"bcrypt",
179+
"winhttp",
180+
"secur32",
177181
]
178182
return any(syslib -> lowercase(lib) == syslib, system_libs)
179183
end

0 commit comments

Comments
 (0)