Skip to content

Commit 96d91c9

Browse files
committed
Update pyproject.toml for vcpkg installed directory and remove commented repair command
1 parent 04f05d8 commit 96d91c9

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build.verbose = true
4646
logging.level = "DEBUG"
4747
cmake.args = [
4848
"-DCMAKE_TOOLCHAIN_FILE=./vendor/vcpkg/scripts/buildsystems/vcpkg.cmake",
49-
"-DVCPKG_INSTALLED_DIR=./cmake-build-release",
49+
"-DVCPKG_INSTALLED_DIR=./vcpkg_installed",
5050
"-DBUILD_PYTHON_EXTENSION=ON"
5151
]
5252
sdist.include = [
@@ -79,11 +79,3 @@ VCPKG_ROOT = "{project}/vendor/vcpkg"
7979
before-all = "yum install -y perl perl-IPC-Cmd zip"
8080
#manylinux-x86_64-image = "manylinux2014"
8181
manylinux-x86_64-image = "manylinux_2_28"
82-
83-
#[tool.cibuildwheel.windows]
84-
#repair-wheel-command = """\
85-
# delvewheel repair \
86-
# -v \
87-
# --wheel-dir={dest_dir} \
88-
# {wheel} \
89-
#"""

0 commit comments

Comments
 (0)