From 55e4e74395577002eb57a207afb542a4686ae442 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Tue, 19 Apr 2022 16:27:05 -0400
Subject: [PATCH] I don't know how to use TOML clearly.

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 70cb859..26980ac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,4 +1,4 @@
 [[tool.cibuildwheel.overrides]]
 select = "*-musllinux*"
 before-all = "apk add clang"
-environment = {"CXX=c++"}
+environment = {CXX="c++"}
-- 
GitLab