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 }