mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
Merge pull request #4850 from maron2000/temp_fix_slirp
Temporarily fix MinGW 32bit builds due to MSYS2 dropped 32bit libslirp support
This commit is contained in:
commit
9d0efe0707
2
.github/workflows/mingw32.yml
vendored
2
.github/workflows/mingw32.yml
vendored
@ -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: |
|
||||
|
2
.github/workflows/windows-installers.yml
vendored
2
.github/workflows/windows-installers.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user