From 85a0bca396d49a86c076aab319bdf02ee56d1ca5 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Fri, 20 Sep 2024 16:55:35 +0800 Subject: [PATCH] update --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0daab46..00d19ae 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -28,7 +28,7 @@ prepare() { build() { cd "$srcdir/musl" - ./configure + ./configure \ --prefix=$_sysroot \ --exec-prefix=/usr \ --target=$_target \