diff options
Diffstat (limited to 'xmake/modules/private/action/trybuild/autotools.lua')
| -rw-r--r-- | xmake/modules/private/action/trybuild/autotools.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/modules/private/action/trybuild/autotools.lua b/xmake/modules/private/action/trybuild/autotools.lua index 54f81d18d..379007d3c 100644 --- a/xmake/modules/private/action/trybuild/autotools.lua +++ b/xmake/modules/private/action/trybuild/autotools.lua @@ -134,7 +134,8 @@ function _get_configs(artifacts_dir) ["armeabi"] = "arm-linux-androideabi", -- removed in ndk r17 ["armeabi-v7a"] = "arm-linux-androideabi", ["arm64-v8a"] = "aarch64-linux-android", - i386 = "i686-linux-android", + i386 = "i686-linux-android", -- deprecated + x86 = "i686-linux-android", x86_64 = "x86_64-linux-android", mips = "mips-linux-android", -- removed in ndk r17 mips64 = "mips64-linux-android" -- removed in ndk r17 |
