Skip to content

Commit

Permalink
Add Windows SDK lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Feb 5, 2025
1 parent 205085b commit c075e8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ def get_curl_archives():
def get_curl_libraries():
if arch["system"] == "Windows":
return [
"Crypt32",
"Secur32",
"wldap32",
"Normaliz",
"libcurl",
"zstd",
"zlib",
Expand Down

0 comments on commit c075e8a

Please sign in to comment.