More stuff, didn't test
This commit is contained in:
+3
-5
@@ -3,6 +3,7 @@ revision = 1
|
||||
metadata = meta(
|
||||
description = "Modern, secure, portable, multiprotocol bootloader and boot manager",
|
||||
license = "BSD-2-Clause",
|
||||
website = "https://limine-bootloader.org"
|
||||
)
|
||||
source = tarball_source(
|
||||
url = f"https://github.com/Limine-Bootloader/Limine/releases/download/v{version}/limine-{version}.tar.gz",
|
||||
@@ -11,11 +12,8 @@ source = tarball_source(
|
||||
)
|
||||
host_deps = ["binutils", "gcc"]
|
||||
deps = [options.libc]
|
||||
subpackages = [
|
||||
subpackage(
|
||||
name = "limine-bios",
|
||||
),
|
||||
]
|
||||
|
||||
build_if = options.target_arch in ["x86_64", "aarch64", "riscv64", "loongarch64"]
|
||||
|
||||
configure, build, install = autotools(configure_env = {
|
||||
"TOOLCHAIN_FOR_TARGET": options.target_triple + "-",
|
||||
|
||||
Reference in New Issue
Block a user