Skip to content

Commit

Permalink
Update gcc.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Sep 17, 2024
1 parent 8704d6b commit d78cfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/modules/core/tools/gcc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d78cfad

Please sign in to comment.