Skip to content

Commit

Permalink
update zlib to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Aug 26, 2023
1 parent fad6768 commit d9b6bae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ before_build:
build_script:
- cd "%APPVEYOR_BUILD_FOLDER%"
# Python 3 needed for python build_3rdparty.py
- set PATH=C:\Python310-x64;C:\Python310-x64\Scripts;%PATH%
- set PATH=C:\Python311-x64;C:\Python311-x64\Scripts;%PATH%
- mkdir _build
- cd _build

Expand Down
4 changes: 2 additions & 2 deletions build_3rdparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

'zlib': {
'order' : 2,
'url' : 'https://zlib.net/zlib-1.2.13.tar.gz',
'sha1' : '55eaa84906f31ac20d725aa26cd20839196b6ba6',
'url' : 'https://zlib.net/fossils/zlib-1.3.tar.gz',
'sha1' : '04d053e4d4064a0fb8f0cbd127f0bfb5fe4eb554',
'target': {
'mingw-w64': {
'result': ['include/zlib.h', 'include/zconf.h', 'lib/libz.a'],
Expand Down

0 comments on commit d9b6bae

Please sign in to comment.