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
|
pkgname=limine
|
||||||
pkgver=3.4.1
|
pkgver=3.4.1
|
||||||
mkdeps="nasm:llvm"
|
mkdeps="nasm:llvm"
|
||||||
|
auto_cross
|
||||||
|
|
||||||
fetch() {
|
fetch() {
|
||||||
curl -L "https://github.com/limine-bootloader/limine/releases/download/v$pkgver/limine-$pkgver.tar.xz" -o $pkgname-$pkgver.tar.xz
|
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() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
export CC=clang
|
export LIMINE_CC=clang
|
||||||
bad --gmake ./configure \
|
bad --gmake ./configure \
|
||||||
--build=$HOST_TRIPLE \
|
--build=$HOST_TRIPLE \
|
||||||
--host=$TRIPLE \
|
--host=$TRIPLE \
|
||||||
|
|
Loading…
Reference in a new issue