Skip to content

Commit 57dd5b4

Browse files
committed
fix: build failure on armv7l
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
1 parent a35aeab commit 57dd5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ test-skip = ["*-win_arm64", "*-macosx_universal2:arm64"]
8080
[tool.cibuildwheel.linux]
8181
before-build = [
8282
'yum install zip perl-IPC-Cmd -y || apk add zip || true',
83-
'apt update && apt install zip -y || true',
83+
'apt update && apt install zip pkg-config -y || true',
8484
'pip install cmake ninja',
8585
'cmake --version',
8686
'git --version',

0 commit comments

Comments
 (0)