mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/libucontext: replace CTARGET_ARCH with CARCH
This commit is contained in:
parent
9014b5902b
commit
d6cde48ef3
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ if [ "$BOOTSTRAP" != "nobase" ]; then
|
|||
fi
|
||||
source="https://distfiles.ariadne.space/libucontext/libucontext-$pkgver.tar.xz"
|
||||
|
||||
case "$CTARGET_ARCH" in
|
||||
case "$CARCH" in
|
||||
arm*) LIBUCONTEXT_ARCH="arm" ;;
|
||||
ppc64le) LIBUCONTEXT_ARCH="ppc64" ;;
|
||||
*) LIBUCONTEXT_ARCH="$CTARGET_ARCH" ;;
|
||||
*) LIBUCONTEXT_ARCH="$CARCH" ;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue