Skip to content

Commit

Permalink
contrib/bootstrap: add x86_64 for android
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
tguillem authored and jbkempf committed Oct 9, 2014
1 parent 0aeb638 commit dc1c751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
Expand Down

0 comments on commit dc1c751

Please sign in to comment.