Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jul 9, 2024
1 parent 2f048b8 commit 612cf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ brew install gmp boost cmake \
&& brew --prefix gmp \
"""
before-build = "python -m pip install --upgrade pip"
environment = {MACOSX_DEPLOYMENT_TARGET="12", SYSTEM_VERSION_COMPAT=0, BUILD_VDF_CLIENT="N"}
environment = {MACOSX_DEPLOYMENT_TARGET="12", SYSTEM_VERSION_COMPAT=0, BUILD_VDF_CLIENT="N", GMPDIR="/opt/homebrew/include"}

[tool.cibuildwheel.windows]
build-verbosity = 0
Expand Down

0 comments on commit 612cf6d

Please sign in to comment.