Skip to content

Commit 66c4271

Browse files
Hardcode vcpkg root
1 parent 381382f commit 66c4271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,5 @@ before-all = [
202202
]
203203

204204
before-build = "pip install delvewheel"
205-
repair-wheel-command = "delvewheel repair --add-path %VCPKG_ROOT%\\installed\\x64-windows\\bin -w {dest_dir} {wheel}"
205+
repair-wheel-command = "delvewheel repair --add-path C:\\vcpkg\\installed\\x64-windows\\bin -w {dest_dir} {wheel}"
206206

0 commit comments

Comments
 (0)