Skip to content

Commit ea1eccb

Browse files
authored
Update autoconf.lua
1 parent 71d380e commit ea1eccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmake/modules/package/tools/autoconf.lua

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ function _get_configs(package, configs)
143143
local triples =
144144
{
145145
["arm64-v8a"] = "aarch64-linux-gnu",
146+
arm64 = "aarch64-linux-gnu",
146147
i386 = "i686-linux-gnu",
147148
x86_64 = "x86_64-linux-gnu",
148149
armv7 = "arm-linux-gnueabihf",

0 commit comments

Comments
 (0)