Skip to content

Commit

Permalink
Restore libslirp (MinGW x64 Windows Installer)
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Jun 5, 2024
1 parent cdc6182 commit d7c9609
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
with:
msystem: MINGW64
update: true
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-libtool mingw-w64-x86_64-nasm autoconf automake
install: git make mingw-w64-x86_64-toolchain mingw-w64-x86_64-libtool mingw-w64-x86_64-nasm autoconf automake mingw-w64-x86_64-libslirp
- name: Update build info
shell: bash
run: |
Expand All @@ -255,7 +255,6 @@ jobs:
- name: Build MinGW64 SDL1
run: |
top=`pwd`
ln -s $top/build-scripts/mingw/lowend-bin/make.exe /usr/bin/make.exe
./build-mingw
strip -s $top/src/dosbox-x.exe
mkdir -p $top/package/
Expand Down

0 comments on commit d7c9609

Please sign in to comment.