Skip to content
Snippets Groups Projects
pyproject.toml 117 B
Newer Older
Ian Bell's avatar
Ian Bell committed
[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
before-all = "apk add clang"
Ian Bell's avatar
Ian Bell committed
environment = { CXX="clang++" }