diff options
| author | ruki <[email protected]> | 2020-03-27 22:39:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-27 09:59:22 +0800 |
| commit | bbf30dbc869965a523ba20a0ca65be163fd80d06 (patch) | |
| tree | d7b290a342daed2b02922e843973e92e2d682438 /xmake/core/package/package.lua | |
| parent | eb477c19a1e5f4cf7cd8320dcca30d1562c285fc (diff) | |
improve android abi
Diffstat (limited to 'xmake/core/package/package.lua')
| -rw-r--r-- | xmake/core/package/package.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index 7ea3ff717..b69b4f094 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -737,9 +737,9 @@ function _instance:script(name, generic) -- `@linux|x86_64` -- `@macosx,linux` -- `android@macosx,linux` - -- `android|armv7-a@macosx,linux` - -- `android|armv7-a@macosx,linux|x86_64` - -- `android|armv7-a@linux|x86_64` + -- `android|armeabi-v7a@macosx,linux` + -- `android|armeabi-v7a@macosx,linux|x86_64` + -- `android|armeabi-v7a@linux|x86_64` -- for _pattern, _script in pairs(script) do local hosts = {} |
