From d78cfadb369f46b0c6b04dfdea4454909a144442 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 17 Sep 2024 21:21:12 +0800 Subject: Update gcc.lua --- xmake/modules/core/tools/gcc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua index 9376f3bc6..97b826b68 100644 --- a/xmake/modules/core/tools/gcc.lua +++ b/xmake/modules/core/tools/gcc.lua @@ -381,7 +381,7 @@ function nf_linkgroup(self, linkgroup, opt) table.insert(prefix_flags, "-Wl,--start-group") table.insert(suffix_flags, 1, "-Wl,--end-group") end - tabel.join2(flags, prefix_flags, linkflags, suffix_flags) + table.join2(flags, prefix_flags, linkflags, suffix_flags) end if #flags == 0 then flags = linkflags -- cgit v1.3.1