Skip to content

Commit

Permalink
Instruct delvewheel to no mangle any DLL names. (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineKhaldi authored Mar 8, 2024
1 parent 5a93e31 commit 0a6f497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ environment = {BUILD_VDF_CLIENT="N"}
before-build = "pip install delvewheel"
repair-wheel-command = """
delvewheel repair -v -w {dest_dir} {wheel} \
--no-mangle-all \
--add-path mpir_gc_x64 \
--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 \
"""

0 comments on commit 0a6f497

Please sign in to comment.