mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 10:05:57 +01:00
Minor fix to zlib download
This commit is contained in:
parent
032d3e2f7e
commit
3af4913e2d
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