zsh: use $TRIPLE
This commit is contained in:
parent
18b397601d
commit
eec6e95767
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue