testing/cscope: update config sub for loongarch64

This commit is contained in:
zhaixiaojuan 2024-06-13 07:43:20 +00:00 committed by Celeste
parent 2a8e65fed0
commit 5ea74bd351

View File

@ -12,6 +12,12 @@ subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/cscope/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
# update config sub to support loongarch64
prepare() {
default_prepare
update_config_sub
}
build() {
cd "$builddir"
./configure \