Skip to content

Commit 74c2c4f

Browse files
committed
Fix libxml2 version 2.9.14
1 parent 9f07f2e commit 74c2c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def prepare_static_build_win(self):
222222
suffix = 'win64'
223223

224224
libs = [
225-
'libxml2-2.10.3.{}.zip'.format(suffix),
225+
'libxml2-2.9.14.{}.zip'.format(suffix),
226226
'libxslt-1.1.37.{}.zip'.format(suffix),
227227
'zlib-1.2.12.{}.zip'.format(suffix),
228228
'iconv-1.16-1.{}.zip'.format(suffix),

0 commit comments

Comments
 (0)