summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/PKGBUILD4
-rwxr-xr-xscripts/makepkg7
2 files changed, 3 insertions, 8 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index 780384982..90f7ddff5 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -14,9 +14,7 @@ sha256sums=('47521e586361d34d3a579690df0044da0373a1b7429a511326f8875cdc115f4a')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- cd ./core
- make f DEBUG=n
- make r
+ make build
}
package() {
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