Skip to content

Commit

Permalink
Wheel build on alpine linux: install libtool
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 2, 2024
1 parent 031629b commit d94f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ repair-wheel-command = "auditwheel repair -w {dest_dir} --lib-sdir=/.libs {wheel
[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
before-all = [
"apk add ruby git openssl-dev",
"apk add ruby git openssl-dev libtool",
"bash {package}/scripts/build-ocl.sh",
]
repair-wheel-command = "auditwheel repair -w {dest_dir} --lib-sdir=/.libs {wheel}"
Expand Down

0 comments on commit d94f134

Please sign in to comment.