Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update zlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman authored Apr 4, 2022
1 parent 05b3860 commit e4c0ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p build
# Download zlib
if [ ! -d "yosys/libs/zlib" ]; then
mkdir -p yosys/libs/zlib
wget https://zlib.net/zlib-1.2.11.tar.gz -O - | tar -xz --strip-components=1 -C yosys/libs/zlib
wget https://zlib.net/zlib-1.2.12.tar.gz -O - | tar -xz --strip-components=1 -C yosys/libs/zlib
fi

# Apply patches
Expand Down

0 comments on commit e4c0ea0

Please sign in to comment.