From eec6e95767855c346902b129016e11d5a74b3154 Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Sat, 31 Jul 2021 11:40:14 +0000 Subject: [PATCH] zsh: use $TRIPLE --- pkgs/zsh/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/zsh/build.sh b/pkgs/zsh/build.sh index 0bff3f0..603e766 100644 --- a/pkgs/zsh/build.sh +++ b/pkgs/zsh/build.sh @@ -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 }