Skip to content

Commit

Permalink
Update pyproject.toml - attempt to force zlib bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 authored Jan 4, 2025
1 parent 576e1b1 commit 36cbf9e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {de

[tool.cibuildwheel.macos]
archs = ["universal2"]
environment = {LIBGIT2_VERSION="1.9.0", LIBSSH2_VERSION="1.11.1", OPENSSL_VERSION="3.2.3", LIBGIT2="/Users/runner/work/pygit2/pygit2/ci"}
environment = {
LIBGIT2_VERSION = "1.9.0",
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"
}
repair-wheel-command = "DYLD_LIBRARY_PATH=/Users/runner/work/pygit2/pygit2/ci/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"

[tool.ruff]
Expand Down

0 comments on commit 36cbf9e

Please sign in to comment.