Skip to content

Commit 0a6f497

Browse files
authored
Instruct delvewheel to no mangle any DLL names. (#170)
1 parent 5a93e31 commit 0a6f497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ environment = {BUILD_VDF_CLIENT="N"}
4343
before-build = "pip install delvewheel"
4444
repair-wheel-command = """
4545
delvewheel repair -v -w {dest_dir} {wheel} \
46+
--no-mangle-all \
4647
--add-path mpir_gc_x64 \
4748
--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 \
4849
"""

0 commit comments

Comments
 (0)