From 9a5a8cd7b99c25725b0f0ed9c80eb8112a2ad115 Mon Sep 17 00:00:00 2001 From: Milan Straka Date: Tue, 20 Feb 2024 00:43:29 +0100 Subject: [PATCH] Try linking Windows C++ runtime statically. --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 8167665..016267d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -18,7 +18,7 @@ jobs: env: CIBW_BUILD: "cp3*" CIBW_ARCHS_MACOS: "x86_64 arm64" - CIBW_ENVIRONMENT_WINDOWS: CL="-d2FH4- -MT" + CIBW_ENVIRONMENT_WINDOWS: "CL=-d2FH4- _CL_=-MT" CIBW_BUILD_VERBOSITY: 3 - uses: actions/upload-artifact@v3