mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 10:05:57 +01:00
Merge pull request #178 from barrymoo/minor_zlib_upgrade
Minor fix to zlib download
This commit is contained in:
commit
230c07f0f7
2
configure
vendored
2
configure
vendored
@ -102,7 +102,7 @@ curl = Info(
|
|||||||
default_path=join(QP_ROOT_BIN, "curl"))
|
default_path=join(QP_ROOT_BIN, "curl"))
|
||||||
|
|
||||||
zlib = Info(
|
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',
|
description=' zlib',
|
||||||
default_path=join(QP_ROOT_LIB, "libz.a"))
|
default_path=join(QP_ROOT_LIB, "libz.a"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user