Skip to content

Commit 7f93551

Browse files
committed
attempt to force zlib bundling with LDFLAGS
1 parent dfbd63e commit 7f93551

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ LIBSSH2_VERSION = "1.11.1"
2929
OPENSSL_VERSION = "3.2.3"
3030
LIBGIT2 = "/Users/runner/work/pygit2/pygit2/ci"
3131
CFLAGS = "-I/usr/local/include"
32-
LDFLAGS = "-L/usr/local/lib"
33-
LDFLAGS_UNIVERSAL2 = "-lz"
32+
LDFLAGS = "-L/usr/local/lib -lz"
3433

3534
[tool.ruff]
3635
target-version = "py310" # oldest supported Python version

0 commit comments

Comments
 (0)