Skip to content

Commit

Permalink
Fix libxml2 version 2.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mxamin committed Apr 16, 2024
1 parent 9f07f2e commit 74c2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def prepare_static_build_win(self):
suffix = 'win64'

libs = [
'libxml2-2.10.3.{}.zip'.format(suffix),
'libxml2-2.9.14.{}.zip'.format(suffix),
'libxslt-1.1.37.{}.zip'.format(suffix),
'zlib-1.2.12.{}.zip'.format(suffix),
'iconv-1.16-1.{}.zip'.format(suffix),
Expand Down

0 comments on commit 74c2c4f

Please sign in to comment.