diff options
| author | ruki <[email protected]> | 2024-08-31 22:23:54 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-31 22:23:54 +0800 |
| commit | ea1eccb6f2e551bad54cfd363a64f07aff1dde08 (patch) | |
| tree | cdc7ee5596d939bf7567076bd8c33bf9f18537b0 /xmake/modules | |
| parent | 71d380e44438615d1cce4bc8b0603f03e5c93e80 (diff) | |
Update autoconf.lua
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/package/tools/autoconf.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/package/tools/autoconf.lua b/xmake/modules/package/tools/autoconf.lua index 4346b12ab..af50784fb 100644 --- a/xmake/modules/package/tools/autoconf.lua +++ b/xmake/modules/package/tools/autoconf.lua @@ -143,6 +143,7 @@ function _get_configs(package, configs) local triples = { ["arm64-v8a"] = "aarch64-linux-gnu", + arm64 = "aarch64-linux-gnu", i386 = "i686-linux-gnu", x86_64 = "x86_64-linux-gnu", armv7 = "arm-linux-gnueabihf", |
