From: SeokYeon Hwang Date: Tue, 24 Jun 2014 05:15:42 +0000 (+0900) Subject: build: fix some compilation warnings on Mac X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~228^2^2~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8415f3a275fd76ec91fb8c9a8ab0a139a0bbdd2;p=sdk%2Femulator%2Fqemu.git build: fix some compilation warnings on Mac Change-Id: I87080b2578ed6159330c0898ce8ed03bd6450538 Signed-off-by: SeokYeon Hwang --- diff --git a/tizen/src/hw/Makefile.objs b/tizen/src/hw/Makefile.objs index 547da028a6..13173ffe99 100644 --- a/tizen/src/hw/Makefile.objs +++ b/tizen/src/hw/Makefile.objs @@ -25,9 +25,9 @@ endif ifdef CONFIG_DARWIN obj-y += maru_camera_darwin_converter.o obj-y += maru_camera_darwin_pci.o -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 #obj-y += maru_codec.o