Skip to content

Commit ff1387e

Browse files
added a path to the cibuildwheel command -- we'll see.
1 parent 2499491 commit ff1387e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ before-build = [
6868
# Found GD: D:/a/py_gd/py_gd/build/vcpkg_installed/x86-windows/debug/lib/libgd.lib
6969
# but that doesn't appear to do it :-(
7070
# maybe that was inside the temporary build environment?
71-
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path py_gd/build/vcpkg_installed/x86-windows/debug/lib/"
71+
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path D:\a\py_gd\py_gd\vcpkg_installed\x64-windows\bin"
7272

7373

0 commit comments

Comments
 (0)