From: munkyu.im Date: Tue, 16 Oct 2012 13:28:16 +0000 (+0900) Subject: build: add copying check-hax X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1409^2~18^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd1fbe6440bc689ff5453854f81160cca63a848b;p=sdk%2Femulator%2Fqemu.git build: add copying check-hax It's was skipped Signed-off-by: Munkyu Im --- diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 6a63320d24..bffe6a60d9 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.3.61 +Version: 1.3.62 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/src/Makefile b/tizen/src/Makefile index d43bc3a852..f30e30ef03 100755 --- a/tizen/src/Makefile +++ b/tizen/src/Makefile @@ -108,8 +108,10 @@ install_dibs: all_dibs cp skin/client/emulator-skin.jar $(EMUL_DIR)/bin ifdef CONFIG_WIN32 cp check-hax.exe $(EMUL_DIR)/bin -else - +endif + +ifdef CONFIG_DARWIN + cp check-hax $(EMUL_DIR)/bin endif ifndef CONFIG_DARWIN