This commit is contained in:
2026-05-19 03:24:10 +02:00
parent 0c9a3fde94
commit 45d47e8d84
12 changed files with 1481 additions and 299 deletions
+2 -2
View File
@@ -6,14 +6,14 @@ metadata = meta(
)
source = tarball_source(
url = f"https://musl.libc.org/releases/musl-{version}.tar.gz",
sha256 = "?",
sha256 = "d585fd3b613c66151fc3249e8ed44f77020cb5e6c1e635a616d3f9f82460512a",
strip_components = 1,
)
host_deps = ["binutils", "gcc-bootstrap"]
def configure(ctx):
ctx.run([
ctx.source_dir / "configure",
ctx.source_dir + "/configure",
"--target=" + options.target_triple,
"--prefix=" + ctx.prefix,
"--syslibdir=/lib",