Skip to content

Commit f5441fe

Browse files
committed
sqlite2: ...
1 parent 15098d4 commit f5441fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sqlite2/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build() {
1919
cd "$_pkgname-$pkgver"
2020

2121
if [[ $CARCH == "aarch64" ]]; then
22-
./configure --prefix=/usr --host=$CARCH
22+
./configure --prefix=/usr --host=arm --build=arm
2323
else
2424
./configure --prefix=/usr
2525
fi

0 commit comments

Comments
 (0)