From dd1fbe6440bc689ff5453854f81160cca63a848b Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Tue, 16 Oct 2012 22:28:16 +0900 Subject: [PATCH] build: add copying check-hax It's was skipped Signed-off-by: Munkyu Im --- package/pkginfo.manifest | 2 +- tizen/src/Makefile | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 6a63320..bffe6a6 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 d43bc3a..f30e30e 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 -- 2.7.4