From dd1abe30df49cb43bae272f6373bc15db7359890 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 24 Apr 2024 00:57:02 +0800 Subject: fix typeo --- xmake/core/sandbox/modules/import/core/tool/compiler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/sandbox/modules/import/core/tool/compiler.lua b/xmake/core/sandbox/modules/import/core/tool/compiler.lua index aae2201ce..7fbf5869b 100644 --- a/xmake/core/sandbox/modules/import/core/tool/compiler.lua +++ b/xmake/core/sandbox/modules/import/core/tool/compiler.lua @@ -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 -- -- cgit v1.3.1