Skip to content

Commit e48a1f3

Browse files
display vcpkg path and add antoher one to delvewheel command
1 parent 28254c5 commit e48a1f3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
5757
echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
5858
echo $CMAKE_BINARY_DIR
59+
echo "vcpkg is in:"
60+
which vcpkg
5961
VC_PKG_DIR=$(which vcpkg)
6062
dir $VC_PKG_DIR
6163
- name: Setup deps (Windows)

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ macos.environment.MACOSX_DEPLOYMENT_TARGET = "13"
5959
# Use delvewheel on windows
6060
[tool.cibuildwheel.windows]
6161
before-build = "pip install delvewheel"
62-
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/"
62+
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/ --add-path C:/vcpkg/installed/"
63+
6364

0 commit comments

Comments
 (0)