From 5f70065ae04797a22368cc7c1997a5d237dd71d7 Mon Sep 17 00:00:00 2001 From: Jonathan Hargreaves Date: Sat, 31 Aug 2024 17:52:07 +0100 Subject: [PATCH] Try with distutils --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 737f5ba..2b02662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,7 @@ before-all = ["bash ./scripts/build_libbinaryen.sh"] [tool.cibuildwheel.windows] archs = ["AMD64"] +before-build = "pip install distutils" [tool.cibuildwheel.linux] archs = ["x86_64"]