diff options
| author | ruki <[email protected]> | 2024-09-27 00:49:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-27 00:49:40 +0800 |
| commit | 2a3ae0690dd4d76033340bf3b3ad00a2fd96d8e7 (patch) | |
| tree | 829c38699e1be5086e19ec37a95415275e890733 | |
| parent | 2cafe5414f99f7fbd2134049c9585ec9cec32357 (diff) | |
update comments
| -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 -- |
