Skip to content
Snippets Groups Projects
Commit 690be6a3 authored by Celeste's avatar Celeste
Browse files

testing/libthai: update config.sub to support loongarch64

parent 7b25fe02
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,12 @@ makedepends="doxygen libdatrie libdatrie-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/tlwg/libthai/releases/download/v$pkgver/libthai-$pkgver.tar.xz"
prepare() {
default_prepare
# update config.sub to recognize loongarch64-alpine-linux-musl
update_config_sub
}
build() {
./configure \
--build="$CBUILD" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment