Commit 4495897
fix Windows vcpkg path in CI (backslash escaping issue)
CIBW_ENVIRONMENT_WINDOWS values are parsed by shlex, which treats
backslashes as escape characters. Use forward slashes instead —
Windows accepts them and they survive shlex parsing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f5ee2a0 commit 4495897
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments