Skip to content

Commit

Permalink
Merge pull request #30 from InvoxiPlayGames/fix-zlib-url
Browse files Browse the repository at this point in the history
Fix zlib URL in build script
  • Loading branch information
Swizzy authored May 26, 2023
2 parents 084c277 + 62da8ec commit 71a411c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/build-xenon-toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function zlib_install
{
if [ ! -f "$ZLIB.tar.gz" ]; then
echo -e "Downloading $ZLIB.tar.gz"
wget -c http://zlib.net/$ZLIB.tar.gz || fail_with_info
wget -c http://zlib.net/fossils/$ZLIB.tar.gz || fail_with_info
fi;

echo -e "Extracting zlib..."
Expand Down

0 comments on commit 71a411c

Please sign in to comment.