Skip to content

Commit

Permalink
Merge pull request #4850 from maron2000/temp_fix_slirp
Browse files Browse the repository at this point in the history
Temporarily fix MinGW 32bit builds due to MSYS2 dropped 32bit libslirp support
  • Loading branch information
joncampbell123 authored Feb 28, 2024
2 parents 02fe31d + 62db6fa commit 9d0efe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mingw32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
msystem: MINGW32
update: true
install: git make mingw-w64-i686-toolchain mingw-w64-i686-libslirp mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake mingw-w64-x86_64-ncurses
install: git make mingw-w64-i686-toolchain mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake mingw-w64-x86_64-ncurses
- name: Update build info
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
with:
msystem: MINGW32
update: true
install: git mingw-w64-i686-toolchain mingw-w64-i686-libslirp mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake
install: git mingw-w64-i686-toolchain mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake
- name: Update build info
shell: bash
run: |
Expand Down

0 comments on commit 9d0efe0

Please sign in to comment.