mtdev: fix broken triple
This commit is contained in:
parent
c59cbaa1c8
commit
7abb2d4646
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ build() {
|
|||
cd $pkgname-$pkgver
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--build=$TRIPLE \
|
||||
--host=$TRIPLE
|
||||
--build=$(echo $TRIPLE | sed 's/musl/gnu/g') \
|
||||
--host=$(echo $TRIPLE | sed 's/musl/gnu/g')
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue