mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-13 17:48:10 +08:00
Build libslirp for mingw32 by our own
This commit is contained in:
3
.github/workflows/mingw32.yml
vendored
3
.github/workflows/mingw32.yml
vendored
@@ -26,9 +26,8 @@ jobs:
|
||||
with:
|
||||
msystem: MINGW32
|
||||
update: true
|
||||
install: git make base-devel mingw-w64-i686-toolchain mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake mingw-w64-i686-ncurses mingw-w64-i686-binutils mingw-w64-i686-libslirp
|
||||
install: git make base-devel mingw-w64-i686-toolchain mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake mingw-w64-i686-ncurses mingw-w64-i686-binutils
|
||||
- name: Install libslirp
|
||||
if: false
|
||||
run: |
|
||||
# Run this job when MinGW drops 32-bit library support (Other libraries can be built as well)
|
||||
top=`pwd`
|
||||
|
Reference in New Issue
Block a user