]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.target
qdev-properties: add UUID property type
[mirror_qemu.git] / Makefile.target
index e4244c188adeed6734d59ce7bc7c4f9a9984dc8e..f9a9da7e7cc33fac783d099f3b4ecb8d12f3d5bd 100644 (file)
@@ -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)