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

contrib/bootstrap: add x86_64 for android

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 0aeb638b
......@@ -253,6 +253,9 @@ case "${OS}" in
*i686*)
add_make "PLATFORM_SHORT_ARCH := x86"
;;
*x86_64*)
add_make "PLATFORM_SHORT_ARCH := x86_64"
;;
*mipsel*)
add_make "PLATFORM_SHORT_ARCH := mips"
;;
......
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