From 58eabe7d946b6695029cf0e1aa5656a718ae2861 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 20 Jun 2024 12:20:18 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e456da7..a8f82e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,6 +94,7 @@ environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"] select = "*-manylinux_{x86_64,i686}" manylinux-x86_64-image = "manylinux2010" manylinux-i686-image = "manylinux2010" +build-frontend = "pip" environment = { LDFLAGS = "-static-libstdc++" } [tool.cibuildwheel.macos.environment]