limine: properly actually fix build from gnu
This commit is contained in:
parent
c5604f0980
commit
588963d7da
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue