Skip to content

Commit ee7504a

Browse files
loking at vcpkg-configuration.json
1 parent d7d0364 commit ee7504a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ macos.environment.MACOSX_DEPLOYMENT_TARGET = "13"
6060
[tool.cibuildwheel.windows]
6161
before-build = [
6262
"pip install delvewheel",
63-
"dir",
64-
"ls",
63+
"cat vcpkg-configuration.json",
64+
"cat vcpkg.json",
6565
]
66-
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/ --add-path C:/vcpkg/installed/"
66+
# vcpkg_installed is not in the vcpkg dir -- where is it?
67+
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/
6768
6869

0 commit comments

Comments
 (0)