From 8d6f42c1935eac5bb89151ed609abee895b77084 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 8 Apr 2017 20:42:28 +0800 Subject: fix make install problem --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0aad898bb..f50d094c9 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ ARCH :=$(if $(findstring android,$(PLAT)),armv7,$(ARCH)) endif xmake_dir_install :=$(prefix)/share/xmake -xmake_core :=./core/bin/demo.pkg/bin/$(PLAT)/$(ARCH)/demo.b +xmake_core :=./core/src/demo/demo.b xmake_core_install :=$(xmake_dir_install)/xmake xmake_loader :=/tmp/xmake_loader xmake_loader_install:=$(prefix)/bin/xmake @@ -53,7 +53,6 @@ install: @echo plat: $(PLAT) @echo arch: $(ARCH) @# create the xmake install directory - @$(MAKE) -C core --no-print-directory i @if [ -d $(xmake_dir_install) ]; then rm -rf $(xmake_dir_install); fi @if [ ! -d $(xmake_dir_install) ]; then mkdir -p $(xmake_dir_install); fi @# install the xmake core file -- cgit v1.3.1