limine: fix cross builds

This commit is contained in:
Ella Stanforth 2022-04-21 22:58:07 +00:00
parent c9e09e92e0
commit ff3539eacc

View file

@ -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
} }