limine: fix cross build
This commit is contained in:
parent
424683162b
commit
85bf643e8d
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
pkgname=limine
|
||||
pkgver=3.4.1
|
||||
mkdeps="nasm:llvm"
|
||||
auto_cross
|
||||
|
||||
fetch() {
|
||||
curl -L "https://github.com/limine-bootloader/limine/releases/download/v$pkgver/limine-$pkgver.tar.xz" -o $pkgname-$pkgver.tar.xz
|
||||
|
@ -9,7 +10,7 @@ fetch() {
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
export CC=clang
|
||||
export LIMINE_CC=clang
|
||||
bad --gmake ./configure \
|
||||
--build=$HOST_TRIPLE \
|
||||
--host=$TRIPLE \
|
||||
|
|
Loading…
Reference in a new issue