mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
arm means two ABIs now
This commit is contained in:
parent
fa889262f6
commit
40fd954bcd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ echo "# Generated by $0; do not edit!!!" > $TMP_MK
|
||||||
|
|
||||||
# TODO: reserach whether armeabi-v7a is better here
|
# TODO: reserach whether armeabi-v7a is better here
|
||||||
if [ -n "$XWORDS_DEBUG_ARMONLY" ]; then
|
if [ -n "$XWORDS_DEBUG_ARMONLY" ]; then
|
||||||
echo "APP_ABI := armeabi" >> $TMP_MK
|
echo "APP_ABI := armeabi arm64-v8a" >> $TMP_MK
|
||||||
elif [ -n "$XWORDS_DEBUG_X86ONLY" ]; then
|
elif [ -n "$XWORDS_DEBUG_X86ONLY" ]; then
|
||||||
echo "APP_ABI := x86" >> $TMP_MK
|
echo "APP_ABI := x86" >> $TMP_MK
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue