mirror of https://github.com/xqemu/xqemu.git
slirp for win32 support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1018 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3db38e87a0
commit
450e18b8b8
|
@ -163,7 +163,6 @@ if test "$mingw32" = "yes" ; then
|
||||||
target_list="i386-softmmu ppc-softmmu"
|
target_list="i386-softmmu ppc-softmmu"
|
||||||
EXESUF=".exe"
|
EXESUF=".exe"
|
||||||
gdbstub="no"
|
gdbstub="no"
|
||||||
slirp="no"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$cross_prefix" ; then
|
if test -z "$cross_prefix" ; then
|
||||||
|
|
Loading…
Reference in New Issue