Commit d0fca170 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

bootstrap: fix aarch64 HOST recognition

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 71e95197
...@@ -258,7 +258,7 @@ case "${OS}" in ...@@ -258,7 +258,7 @@ case "${OS}" in
*arm*) *arm*)
add_make "PLATFORM_SHORT_ARCH := arm" add_make "PLATFORM_SHORT_ARCH := arm"
;; ;;
*arm64*) *arm64*|*aarch64*)
add_make "PLATFORM_SHORT_ARCH := arm64" add_make "PLATFORM_SHORT_ARCH := arm64"
;; ;;
*i686*) *i686*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment