10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-14 17:25:29 +02:00

Minor fix to zlib download

This commit is contained in:
Barry Moore 2017-01-03 18:03:39 -05:00
parent 032d3e2f7e
commit 3af4913e2d

2
configure vendored
View File

@ -102,7 +102,7 @@ curl = Info(
default_path=join(QP_ROOT_BIN, "curl"))
zlib = Info(
url='http://zlib.net/zlib-1.2.8.tar.gz',
url='http://www.zlib.net/zlib-1.2.10.tar.gz',
description=' zlib',
default_path=join(QP_ROOT_LIB, "libz.a"))