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 b91ab96 commit 5d8c163
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 @@ -35,7 +35,7 @@ build-verbosity = 0
before-all = "brew install gmp boost cmake"
before-build = """
python -m pip install --upgrade pip \
&& python -c 'import os; width = max(len(key) for key in os.environ.keys()); print("\n".join(f"{key:<{width}}: {value}" for key, value in sorted(os.environ.items())))' \
&& python -c 'import sys; print(sys.executable)' \
"""
environment = {MACOSX_DEPLOYMENT_TARGET="12", SYSTEM_VERSION_COMPAT=0, BUILD_VDF_CLIENT="N"}

Expand Down

0 comments on commit 5d8c163

Please sign in to comment.