We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a6e10 commit 815b062Copy full SHA for 815b062
pyproject.toml
@@ -17,9 +17,11 @@ repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
17
test-extras = "test"
18
test-command = "pytest {project}/tests"
19
20
-[tool.cibuildwheel.linux]
+[[tool.cibuildwheel.overrides]]
21
+select = "*-manylinux_{x86_64,i686}"
22
manylinux-x86_64-image = "manylinux1"
23
manylinux-i686-image = "manylinux1"
24
+environment = { LDFLAGS = "-static-libstdc++" }
25
26
[tool.cibuildwheel.macos.environment]
27
MACOSX_DEPLOYMENT_TARGET = "10.9"
0 commit comments