mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
Temporarily disable libslirp support for MinGW builds
This commit is contained in:
parent
6d6fbb4c28
commit
3cf8a99c60
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 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: |
|
||||
|
2
.github/workflows/mingw64.yml
vendored
2
.github/workflows/mingw64.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
msystem: MINGW64
|
||||
update: true
|
||||
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-libslirp mingw-w64-x86_64-libtool mingw-w64-x86_64-nasm autoconf automake
|
||||
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-libtool mingw-w64-x86_64-nasm autoconf automake
|
||||
- name: Update build info
|
||||
shell: bash
|
||||
run: |
|
||||
|
4
.github/workflows/windows-installers.yml
vendored
4
.github/workflows/windows-installers.yml
vendored
@ -179,7 +179,7 @@ jobs:
|
||||
with:
|
||||
msystem: MINGW32
|
||||
update: true
|
||||
install: git mingw-w64-i686-toolchain mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake mingw-w64-i686-libslirp
|
||||
install: git mingw-w64-i686-toolchain mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake
|
||||
- name: Update build info
|
||||
shell: bash
|
||||
run: |
|
||||
@ -239,7 +239,7 @@ jobs:
|
||||
with:
|
||||
msystem: MINGW64
|
||||
update: true
|
||||
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-libslirp mingw-w64-x86_64-libtool mingw-w64-x86_64-nasm autoconf automake
|
||||
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-libtool mingw-w64-x86_64-nasm autoconf automake
|
||||
- name: Update build info
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -8740,6 +8740,7 @@ int main(int argc, char* argv[]) SDL_MAIN_NOEXCEPT {
|
||||
#endif //defined (C_SDL2)
|
||||
#if defined(__MINGW32__) && defined(C_DEBUG)
|
||||
LOG_MSG("EXPERIMENTAL: Debugger enabled for MinGW build, DOSBox-X crashes depending on the terminal software you use. Launching from command prompt (cmd.exe) is recommended.");
|
||||
LOG_MSG("NOTICE: libslirp support disabled due to a bug in recent libslirp release");
|
||||
#endif
|
||||
/* -- -- decide whether to show menu in GUI */
|
||||
if (control->opt_nogui || menu.compatible)
|
||||
|
Loading…
x
Reference in New Issue
Block a user