Skip to content

Commit

Permalink
examples: build-zlib: Update zlib version to 1.2.11
Browse files Browse the repository at this point in the history
The previous version is no longer available for download, and this one
builds fine.

Note that the static libraries won't work with the 2.33 compatibility
branch, as they need the extra .o, but the shared ones should be fine.
  • Loading branch information
sulix committed Aug 1, 2021
1 parent 1af9acb commit 1a2a6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build-zlib.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

ZLIBVER=1.2.8
ZLIBVER=1.2.11

# Get the bingcc path: feel free to replace this with a hardcoded path.
MYFILENAME=`readlink -f "$0"`
Expand Down

0 comments on commit 1a2a6a6

Please sign in to comment.