summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/build b/build
index 1d937e7..5a02d91 100755
--- a/build
+++ b/build
@@ -13,6 +13,9 @@ build:
--disable-fam \
--disable-xattr \
--disable-libelf \
- --without-python \
--with-pcre=system
oh-autobuild
+ if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
+ oh-autobuild -T check; \
+ fi
+ touch $@