Skip to content

Commit 36cbf9e

Browse files
authored
Update pyproject.toml - attempt to force zlib bundling
1 parent 576e1b1 commit 36cbf9e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {de
2121

2222
[tool.cibuildwheel.macos]
2323
archs = ["universal2"]
24-
environment = {LIBGIT2_VERSION="1.9.0", LIBSSH2_VERSION="1.11.1", OPENSSL_VERSION="3.2.3", LIBGIT2="/Users/runner/work/pygit2/pygit2/ci"}
24+
environment = {
25+
LIBGIT2_VERSION = "1.9.0",
26+
LIBSSH2_VERSION = "1.11.1",
27+
OPENSSL_VERSION = "3.2.3",
28+
LIBGIT2 = "/Users/runner/work/pygit2/pygit2/ci",
29+
CFLAGS = "-I/usr/local/include",
30+
LDFLAGS = "-L/usr/local/lib"
31+
}
2532
repair-wheel-command = "DYLD_LIBRARY_PATH=/Users/runner/work/pygit2/pygit2/ci/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
2633

2734
[tool.ruff]

0 commit comments

Comments
 (0)