Skip to content

Commit

Permalink
Fix linux build failure caused by *.a name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeikong committed Jun 19, 2024
1 parent ab107f2 commit 02fa7eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ def get_curl_archives():
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",
f"{arch['libdir']}/libbrotlicommon-static.a",
f"{arch['libdir']}/libbrotlidec.a",
f"{arch['libdir']}/libbrotlienc.a",
f"{arch['libdir']}/libbrotlicommon.a",
]
else:
return []
Expand Down

0 comments on commit 02fa7eb

Please sign in to comment.