mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
gcompat: fix syntax
This commit is contained in:
parent
678687ca05
commit
4e01743dd0
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ case "${XBPS_TARGET_MACHINE}" in
|
||||||
mipsel-musl) _glibc="ld.so.1" _musl="ld-musl-mipsel-sf.so.1";;
|
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";;
|
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";;
|
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"
|
*-musl) broken="Template does not yet recognize this arch, please fix";;
|
||||||
*) broken="Only for musl libc"
|
*) broken="Only for musl libc";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
make_build_args="LINKER_PATH=/usr/lib/${_musl} LOADER_NAME=${_glibc}
|
make_build_args="LINKER_PATH=/usr/lib/${_musl} LOADER_NAME=${_glibc}
|
||||||
|
|
Loading…
Add table
Reference in a new issue