Skip to content

Commit

Permalink
Try linking Windows C++ runtime statically.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Feb 19, 2024
1 parent 67863c9 commit 9a5a8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a5a8cd

Please sign in to comment.