Skip to content

Commit

Permalink
update zlib dependency (bedrocklinux#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
unrooted authored and androw committed Jul 10, 2022
1 parent 9ba0141 commit 77098db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ zstd: $(COMPLETED)/zstd
vendor/zlib/.success_retrieving_source:
rm -rf vendor/zlib/
mkdir -p vendor/zlib
cd vendor/zlib && wget -O- 'http://zlib.net/zlib-1.2.11.tar.gz' | gunzip | tar xf -
cd vendor/zlib && wget -O- 'http://zlib.net/zlib-1.2.12.tar.gz' | gunzip | tar xf -
mv vendor/zlib/*/* vendor/zlib/
touch vendor/zlib/.success_retrieving_source
$(COMPLETED)/zlib: vendor/zlib/.success_retrieving_source $(COMPLETED)/musl
Expand Down

0 comments on commit 77098db

Please sign in to comment.