@rpath is available from macosx 10.5
10.5 version is too low to support tizen sdk.
10.7 version might be the reasonable minimum version.
Change-Id: Ic664b62543b154528a63cd53bb38b9e0b72d3b02
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
else
export PKG_CONFIG_PATH=${TIZEN_SDK_DEV_PATH}/lib/pkgconfig:${PKG_CONFIG_PATH}
fi
-
+echo "PKG_CONFIG_PATH:" $PKG_CONFIG_PATH
case $targetos in
Linux*)
cd ..
echo "##### QEMU configure append:" $CONFIGURE_APPEND
./configure \
--enable-werror \
- --extra-cflags=-mmacosx-version-min=10.4 \
+ --extra-cflags=-mmacosx-version-min=10.7 \
+ --extra-cflags=-Wno-deprecated-declarations \
--audio-drv-list=coreaudio \
--enable-shm \
--enable-hax \