Skip to content

Commit

Permalink
Add missing libzstd.a to archive list
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Apr 17, 2024
1 parent 184a9e4 commit 39f98e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def get_curl_archives():
f"{arch['libdir']}/libssl.a",
f"{arch['libdir']}/libcrypto.a",
f"{arch['libdir']}/libz.a",
f"{arch['libdir']}/libzstd.a",
f"{arch['libdir']}/libnghttp2.a",
f"{arch['libdir']}/libbrotlidec-static.a",
f"{arch['libdir']}/libbrotlienc-static.a",
Expand Down

0 comments on commit 39f98e5

Please sign in to comment.