We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06370bf commit ce2faecCopy full SHA for ce2faec
pyproject.toml
@@ -17,6 +17,6 @@ xbuild-tools = ["cmake", "ninja"]
17
[tool.cibuildwheel.linux]
18
before-all = [
19
"chmod +x scripts/build-env/manylinux.sh",
20
- ". /scripts/build-env/manylinux.sh"
+ ". scripts/build-env/manylinux.sh"
21
]
22
xbuild-tools = ["cmake", "ninja"]
0 commit comments