There was an error while loading. Please reload this page.
1 parent d7d0364 commit ee7504aCopy full SHA for ee7504a
1 file changed
pyproject.toml
@@ -60,9 +60,10 @@ macos.environment.MACOSX_DEPLOYMENT_TARGET = "13"
60
[tool.cibuildwheel.windows]
61
before-build = [
62
"pip install delvewheel",
63
- "dir",
64
- "ls",
+ "cat vcpkg-configuration.json",
+ "cat vcpkg.json",
65
]
66
-repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/ --add-path C:/vcpkg/installed/"
+# 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/
68
69
0 commit comments