Skip to content

Commit

Permalink
fix typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 23, 2024
1 parent 085dd07 commit dd1abe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/core/sandbox/modules/import/core/tool/compiler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ end
--
-- @param sourcefiles the source files
-- @param opt the argument options (contain all the compiler attributes of target),
-- e.g. {target = ..., targetkind = "static", config = {cxflags = "", defines = "", includedirs = "", ...}}
-- e.g. {target = ..., targetkind = "static", configs = {cxflags = "", defines = "", includedirs = "", ...}}
--
-- @return the flags list
--
Expand Down

0 comments on commit dd1abe3

Please sign in to comment.