Skip to content

Commit 8353d57

Browse files
committed
Change zlib url
1 parent 8ac7e27 commit 8353d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function(toolchain_deps toolchain_deps_dir toolchain_install_dir toolchain_suffi
124124
set(suffix "_${toolchain_suffix}")
125125

126126
ExternalProject_Add(zlib${suffix}
127-
URL http://downloads.sourceforge.net/project/libpng/zlib/${ZLIB_VERSION}/zlib-${ZLIB_VERSION}.tar.xz
127+
URL https://zlib.net/zlib-${ZLIB_VERSION}.tar.xz
128128
URL_HASH ${ZLIB_HASH}
129129
DOWNLOAD_DIR ${DOWNLOAD_DIR}
130130
PATCH_COMMAND patch -d <SOURCE_DIR> -p1 -t -N < ${PROJECT_SOURCE_DIR}/patches/zlib.patch

0 commit comments

Comments
 (0)