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 3e5ade7 commit 06370bfCopy full SHA for 06370bf
pyproject.toml
@@ -16,7 +16,7 @@ xbuild-tools = ["cmake", "ninja"]
16
17
[tool.cibuildwheel.linux]
18
before-all = [
19
- "chmod +x {package}/scripts/build-env/manylinux.sh",
20
- "{package}/scripts/build-env/manylinux.sh"
+ "chmod +x scripts/build-env/manylinux.sh",
+ ". /scripts/build-env/manylinux.sh"
21
]
22
xbuild-tools = ["cmake", "ninja"]
0 commit comments