Skip to content

Commit

Permalink
add android arm64-v8a
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 1, 2015
1 parent 8b47028 commit d010683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/scripts/platform/android/android.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android._HOST = xmake._HOST
android._OS = "android"

-- init architectures
android._ARCHS = {"armv5te", "armv6", "armv7-a"}
android._ARCHS = {"armv5te", "armv6", "armv7-a", "arm64-v8a"}

-- make configure
function android.make(configs)
Expand Down

0 comments on commit d010683

Please sign in to comment.