From e8415f3a275fd76ec91fb8c9a8ab0a139a0bbdd2 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Tue, 24 Jun 2014 14:15:42 +0900 Subject: [PATCH] build: fix some compilation warnings on Mac Change-Id: I87080b2578ed6159330c0898ce8ed03bd6450538 Signed-off-by: SeokYeon Hwang --- tizen/src/hw/Makefile.objs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1