We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbd63e commit 7f93551Copy full SHA for 7f93551
pyproject.toml
@@ -29,8 +29,7 @@ LIBSSH2_VERSION = "1.11.1"
29
OPENSSL_VERSION = "3.2.3"
30
LIBGIT2 = "/Users/runner/work/pygit2/pygit2/ci"
31
CFLAGS = "-I/usr/local/include"
32
-LDFLAGS = "-L/usr/local/lib"
33
-LDFLAGS_UNIVERSAL2 = "-lz"
+LDFLAGS = "-L/usr/local/lib -lz"
34
35
[tool.ruff]
36
target-version = "py310" # oldest supported Python version
0 commit comments