summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-09-27 00:49:40 +0800
committerruki <[email protected]>2024-09-27 00:49:40 +0800
commit2a3ae0690dd4d76033340bf3b3ad00a2fd96d8e7 (patch)
tree829c38699e1be5086e19ec37a95415275e890733 /xmake/core/package/package.lua
parent2cafe5414f99f7fbd2134049c9585ec9cec32357 (diff)
update comments
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua2
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
--