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 5a93e31 commit 0a6f497Copy full SHA for 0a6f497
pyproject.toml
@@ -43,6 +43,7 @@ environment = {BUILD_VDF_CLIENT="N"}
43
before-build = "pip install delvewheel"
44
repair-wheel-command = """
45
delvewheel repair -v -w {dest_dir} {wheel} \
46
+--no-mangle-all \
47
--add-path mpir_gc_x64 \
48
--add-dll mpir.dll;mpir_gc.dll;mpir_broadwell.dll;mpir_broadwell_avx.dll;mpir_bulldozer.dll;mpir_haswell.dll;mpir_piledriver.dll;mpir_sandybridge.dll;mpir_skylake_avx.dll \
49
"""
0 commit comments