diff options
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ build: oh-autoconfigure -- \ --enable-bsdtar=shared --enable-bsdcpio=shared oh-autobuild + if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ + LC_ALL=C oh-autotest; \ + fi touch $@ install: build |