gcompat: fix syntax
This commit is contained in:
@@ -29,8 +29,8 @@ case "${XBPS_TARGET_MACHINE}" in
|
||||
mipsel-musl) _glibc="ld.so.1" _musl="ld-musl-mipsel-sf.so.1";;
|
||||
mipselhf-musl) _glibc="ld.so.1" _musl="ld-musl-mipsel.so.1";;
|
||||
x86_64-musl) _glibc="ld-linux-x86-64.so.2" _musl="ld-musl-x86_64.so.1";;
|
||||
*-musl) broken="Template does not yet recognize this arch, please fix"
|
||||
*) broken="Only for musl libc"
|
||||
*-musl) broken="Template does not yet recognize this arch, please fix";;
|
||||
*) broken="Only for musl libc";;
|
||||
esac
|
||||
|
||||
make_build_args="LINKER_PATH=/usr/lib/${_musl} LOADER_NAME=${_glibc}
|
||||
|
||||
Reference in New Issue
Block a user