Skip to content

Commit

Permalink
attempt to force zlib bundling with LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Jan 4, 2025
1 parent dfbd63e commit 7f93551
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ LIBSSH2_VERSION = "1.11.1"
OPENSSL_VERSION = "3.2.3"
LIBGIT2 = "/Users/runner/work/pygit2/pygit2/ci"
CFLAGS = "-I/usr/local/include"
LDFLAGS = "-L/usr/local/lib"
LDFLAGS_UNIVERSAL2 = "-lz"
LDFLAGS = "-L/usr/local/lib -lz"

[tool.ruff]
target-version = "py310" # oldest supported Python version
Expand Down

0 comments on commit 7f93551

Please sign in to comment.