titfeuille

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2020-10-25 13:18:51 +00:00
parent 3c27d973ff
commit 038d0c3909
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -64,6 +64,7 @@ if [ -z "${HEADERS_ARCH}" ]; then
case "$(uname -m)" in
i?86) HEADERS_ARCH=x86 ;;
x86_64) HEADERS_ARCH=x86 ;;
aarch64) HEADERS_ARCH=arm64 ;;
# Use uname -m for all other archs:
*) HEADERS_ARCH=$(uname -m) ;;
esac