This commit is contained in:
BigfootACA 2024-09-20 16:55:35 +08:00
parent f64959057b
commit 85a0bca396

View File

@ -28,7 +28,7 @@ prepare() {
build() { build() {
cd "$srcdir/musl" cd "$srcdir/musl"
./configure ./configure \
--prefix=$_sysroot \ --prefix=$_sysroot \
--exec-prefix=/usr \ --exec-prefix=/usr \
--target=$_target \ --target=$_target \