Skip to content

Commit 2c4cc7f

Browse files
committed
More zlib fixes
1 parent 45c8308 commit 2c4cc7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/vend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ def __post_init__(self):
212212
name="zipfile",
213213
doc="zipfile.html",
214214
description="Read/Write access to simple archives",
215+
lib_zlib=True,
215216
),
216-
# zipfile: requires libz
217217
Extra(
218218
name="zorder",
219219
description="Functions for z-order (Morton code) transformations",
@@ -545,6 +545,7 @@ def do_build(what: set[str], verbose: bool, fail_fast: bool = False):
545545
link_extra_preargs = None
546546

547547
compiler.add_include_dir("sqlite3")
548+
compiler.add_include_dir("sqlite3/zlib")
548549

549550
# where the build artifacts go
550551
build_dir = (

0 commit comments

Comments
 (0)