Skip to content

Commit 6f58556

Browse files
Fix libpng (see carlagx's #9469 and berndgassmann's #9451).
1 parent aa9c92b commit 6f58556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Util/BuildTools/Setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ unset RECAST_BASENAME
422422
# ==============================================================================
423423

424424
LIBPNG_VERSION=1.6.37
425-
LIBPNG_REPO=https://sourceforge.net/projects/libpng/files/libpng16/${LIBPNG_VERSION}/libpng-${LIBPNG_VERSION}.tar.xz
425+
LIBPNG_REPO=https://sourceforge.net/projects/libpng/files/libpng16/older-releases/${LIBPNG_VERSION}/libpng-${LIBPNG_VERSION}.tar.xz
426426
LIBPNG_BASENAME=libpng-${LIBPNG_VERSION}
427427
LIBPNG_INSTALL=${LIBPNG_BASENAME}-install
428428

0 commit comments

Comments
 (0)