Skip to content

Commit

Permalink
Match 'x64' ARCH to 'x86_64'
Browse files Browse the repository at this point in the history
  • Loading branch information
ayasa520 committed Apr 1, 2023
1 parent b22a5f3 commit dc311ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ if [ "$ABI32" = "x86" ]; then
LIBARCHES="x86 armeabi-v7a armeabi"
if [ "$IS64BIT" = "true" ]; then
LIBARCHES="x86_64 $LIBARCHES"
ARCH="x86_64"
fi
elif [ "$ABI32" = "armeabi-v7a" ]; then
LIBARCHES="armeabi-v7a armeabi"
Expand Down

0 comments on commit dc311ac

Please sign in to comment.