Skip to content

Commit

Permalink
style: Remove unused library "z"
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 27, 2023
1 parent 884b36a commit e2c6567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _extra_compile_args_for_pxblat():
python_module_link_args = []
base_library_link_args: list[str] = []
external_libraries = [
"z",
# "z",
"ssl",
"crypto",
"m",
Expand Down

0 comments on commit e2c6567

Please sign in to comment.