From a26b164bb44cddca67f48fc242277d2842e5614f Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 30 Mar 2017 19:37:14 +0800 Subject: modify makepkg and PKGBUILD script --- scripts/makepkg | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'scripts/makepkg') diff --git a/scripts/makepkg b/scripts/makepkg index 5ca4cc5aa..315fdabbc 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -42,11 +42,8 @@ if [ `uname` == "Darwin" ]; then plat=macosx fi -# build xmake core -cd ./core -make f DEBUG=n -make r -cd - +# build first +make build # make xmake wrapper echo "#/!bin/bash -- cgit v1.3.1