titfeuille
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
3c27d973ff
commit
038d0c3909
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ if [ -z "${HEADERS_ARCH}" ]; then
|
||||||
case "$(uname -m)" in
|
case "$(uname -m)" in
|
||||||
i?86) HEADERS_ARCH=x86 ;;
|
i?86) HEADERS_ARCH=x86 ;;
|
||||||
x86_64) HEADERS_ARCH=x86 ;;
|
x86_64) HEADERS_ARCH=x86 ;;
|
||||||
|
aarch64) HEADERS_ARCH=arm64 ;;
|
||||||
# Use uname -m for all other archs:
|
# Use uname -m for all other archs:
|
||||||
*) HEADERS_ARCH=$(uname -m) ;;
|
*) HEADERS_ARCH=$(uname -m) ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue