limine: fix cross builds
This commit is contained in:
parent
c9e09e92e0
commit
ff3539eacc
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@ fetch() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
bad --gmake ./configure --prefix=/usr
|
bad --gmake ./configure \
|
||||||
|
--build=$HOST_TRIPLE \
|
||||||
|
--host=$TRIPLE \
|
||||||
|
--prefix=/usr
|
||||||
bad --gmake gmake
|
bad --gmake gmake
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue