We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35aeab commit 57dd5b4Copy full SHA for 57dd5b4
1 file changed
pyproject.toml
@@ -80,7 +80,7 @@ test-skip = ["*-win_arm64", "*-macosx_universal2:arm64"]
80
[tool.cibuildwheel.linux]
81
before-build = [
82
'yum install zip perl-IPC-Cmd -y || apk add zip || true',
83
- 'apt update && apt install zip -y || true',
+ 'apt update && apt install zip pkg-config -y || true',
84
'pip install cmake ninja',
85
'cmake --version',
86
'git --version',
0 commit comments