diff options
-rwxr-xr-x | build | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 $@ |