Skip to content

Commit 8ad9bb6

Browse files
committed
pyproject: fixes
1 parent 1d472ea commit 8ad9bb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ before-all = "dnf install -y alsa-lib-devel pipewire-devel jack-audio-connection
130130

131131
[tool.cibuildwheel.macos]
132132
archs = ["x86_64", "arm64"]
133+
# macOS 10.14+ required for C++17 aligned allocation used by nanobind
134+
environment = { MACOSX_DEPLOYMENT_TARGET = "10.14" }
133135

134136
[tool.cibuildwheel.windows]
135137
archs = ["AMD64", "ARM64"]

0 commit comments

Comments
 (0)