zsh: use $TRIPLE

This commit is contained in:
Ella-0 2021-07-31 11:40:14 +00:00
parent 18b397601d
commit eec6e95767

View file

@ -12,8 +12,8 @@ build() {
cd $pkgname-$pkgver
./configure \
--prefix=/usr \
--build=x86_64-unknown-linux-musl \
--host=x86_64-unknown-linux-musl
--build=$TRIPLE \
--host=$TRIPLE
make
}