diff options
| author | ruki <[email protected]> | 2024-04-24 00:57:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-24 00:57:02 +0800 |
| commit | dd1abe30df49cb43bae272f6373bc15db7359890 (patch) | |
| tree | 8e2c9fd950d18f65623870f3fc7d6579eddd2e7a | |
| parent | 085dd0734f932bad1e205d21e5064adeeebac40c (diff) | |
fix typeo
| -rw-r--r-- | xmake/core/sandbox/modules/import/core/tool/compiler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 -- |
