build packages through $(arch)
Signed-off-by: Wang Yong wangyong0117@qq.com --- pkg/api-avx2neon/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/api-avx2neon/PKGBUILD b/pkg/api-avx2neon/PKGBUILD index 3ccebca86..fac047add 100644 --- a/pkg/api-avx2neon/PKGBUILD +++ b/pkg/api-avx2neon/PKGBUILD @@ -9,7 +9,7 @@ md5sums=('SKIP')
build() { cd "$srcdir/AvxToNeon/tests" - make + make ARCH=$(arch) }
package() {