Skip to content

Commit a81b8dc

Browse files
authored
Update autoconf.lua
1 parent ea1eccb commit a81b8dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmake/modules/private/action/trybuild/autoconf.lua

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ function _get_configs(artifacts_dir)
229229
local triples =
230230
{
231231
["arm64-v8a"] = "aarch64-linux-gnu",
232+
arm64 = "aarch64-linux-gnu",
232233
i386 = "i686-linux-gnu",
233234
x86_64 = "x86_64-linux-gnu",
234235
armv7 = "arm-linux-gnueabihf",

0 commit comments

Comments
 (0)