updated templates
This commit is contained in:
parent
1461a8f981
commit
446f7bd8e7
2 changed files with 25 additions and 2 deletions
|
@ -10,8 +10,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…
Add table
Add a link
Reference in a new issue