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() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
export CC=clang
|
||||||
bad --gmake ./configure \
|
bad --gmake ./configure \
|
||||||
--build=$HOST_TRIPLE \
|
--build=$HOST_TRIPLE \
|
||||||
--host=$TRIPLE \
|
--host=$TRIPLE \
|
||||||
--prefix=/usr
|
--prefix=/usr
|
||||||
bad --gmake gmake TOOLCHAIN=llvm
|
bad --gmake gmake
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue