Skip to content

Commit 696b158

Browse files
committed
Add delvewheel repairing for windows wheels
1 parent 07237c2 commit 696b158

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ skip = ["cp3??t-*", "cp*-musllinux_*", "*-win32"]
7373
before-all = [
7474
"git -C gambatte-core apply ../patches/statesaver_windows.patch ../patches/unzip_windows.patch",
7575
"vcpkg install zlib:x64-windows-static-md",
76+
"pip install delvewheel",
7677
]
7778
environment = { CL = "/I C:/vcpkg/installed/x64-windows-static-md/include", LINK = "/LIBPATH:C:/vcpkg/installed/x64-windows-static-md/lib" }
79+
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
7880
test-command = "gambaterm --help"
7981

8082
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)