limine: properly actually fix build from gnu

This commit is contained in:
Ella Stanforth 2022-04-21 23:01:18 +00:00
parent c5604f0980
commit 588963d7da

View file

@ -9,11 +9,12 @@ fetch() {
build() {
cd $pkgname-$pkgver
export CC=clang
bad --gmake ./configure \
--build=$HOST_TRIPLE \
--host=$TRIPLE \
--prefix=/usr
bad --gmake gmake TOOLCHAIN=llvm
bad --gmake gmake
}
package() {