Change-Id: I5be03e3e7a1b3484c838e51b8ca1c665fad6f60c
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
QEMU_CFLAGS += $(SDL_CFLAGS)
QEMU_CFLAGS += $(GLIB_CFLAGS)
ifdef CONFIG_DARWIN
-QEMU_CFLAGS += -framework Foundation -framework SystemConfiguration
-QEMU_CFLAGS += -framework Cocoa -framework QTKit -framework CoreVideo
-QEMU_CFLAGS += -framework AppKit
+LIBS += -framework Foundation -framework SystemConfiguration
+LIBS += -framework Cocoa -framework QTKit -framework CoreVideo
+LIBS += -framework AppKit
endif
ifndef CONFIG_DEBUG_EXEC
CFLAGS += -g -O2