Skip to content

Commit fe1f577

Browse files
Merge pull request #377 from oscarbenjamin/pr_ucrt_build
Use msys2 UCRT build for Window DLLs
2 parents 2da28fe + 329df3a commit fe1f577

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: msys2/setup-msys2@v2.30.0
2323
with:
24-
msystem: mingw64
24+
msystem: ucrt64
2525
if: ${{ startsWith( matrix.os , 'windows' ) }}
2626

2727
# Install pkgconfig on Windows from choco rather than from msys and

bin/cibw_before_all_windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -o errexit
44

55
pacman -S --noconfirm \
6-
mingw-w64-x86_64-gcc\
7-
mingw-w64-x86_64-tools-git\
6+
mingw-w64-ucrt-x86_64-gcc\
7+
mingw-w64-ucrt-x86_64-tools-git\
88
m4\
99
make\
1010
base-devel\

0 commit comments

Comments
 (0)