提交 2fe47fce 编写于 作者: S Stefan Weil 提交者: Peter Maydell

Fix build of console and GUI executables for Windows

It was broken by commit 8ecc89f6 which
moved the SDL linker flags from macro libs_softmmu to macro SDL_LIBS.
Signed-off-by: NStefan Weil <sw@weilnetz.de>
Message-id: 20171116163732.31584-1-sw@weilnetz.de
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
上级 8f2c4cbc
......@@ -22,7 +22,7 @@ QEMU_PROG_BUILD = $(QEMU_PROG)
else
# system emulator name
QEMU_PROG=qemu-system-$(TARGET_NAME)$(EXESUF)
ifneq (,$(findstring -mwindows,$(libs_softmmu)))
ifneq (,$(findstring -mwindows,$(SDL_LIBS)))
# Terminate program name with a 'w' because the linker builds a windows executable.
QEMU_PROGW=qemu-system-$(TARGET_NAME)w$(EXESUF)
$(QEMU_PROG): $(QEMU_PROGW)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册