Skip to content

Commit 51960be

Browse files
authored
fix: auditwheel should not put libasound in linux binary wheels (#190)
Signed-off-by: Christopher Arndt <[email protected]>
1 parent ac2c76f commit 51960be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ before-all = [
110110
"python3 waf build",
111111
"python3 waf install",
112112
]
113+
repair-wheel-command = "auditwheel repair --exclude libasound.so.2 --lib-sdir . -w {dest_dir} {wheel}"
113114

114115
[tool.cibuildwheel.macos]
115116
build = "cp3{8,9,10,11,12}-macosx*"

0 commit comments

Comments
 (0)