diff options
| -rw-r--r-- | xmake/core/package/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index ce8333c0f..0b1b9879e 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -2669,7 +2669,7 @@ end -- check the given fortran snippets? -- -- @param snippets the snippets --- @param opt the argument options, e.g. {configs = {defines = ""}} +-- @param opt the argument options, e.g. {configs = {defines = ""}, linkerkind = "fc", "cxx" ...} -- -- @return true or false, errors -- |
