diff options
| author | ruki <[email protected]> | 2026-03-31 00:01:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-31 00:01:06 +0800 |
| commit | 53748c3a92f9f6c11453ed2f3a9af761275e732a (patch) | |
| tree | ea8a2aab5e14c25aaa4b1a86098de01db84806b6 /xmake/modules/private/action/build/build_shared.lua | |
| parent | 90f05f17328ccac2764fb80895ef72c4510d91f6 (diff) | |
improve more modules commentscomments
Diffstat (limited to 'xmake/modules/private/action/build/build_shared.lua')
| -rw-r--r-- | xmake/modules/private/action/build/build_shared.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmake/modules/private/action/build/build_shared.lua b/xmake/modules/private/action/build/build_shared.lua index 95aa3800c..11f2e2e17 100644 --- a/xmake/modules/private/action/build/build_shared.lua +++ b/xmake/modules/private/action/build/build_shared.lua @@ -21,6 +21,12 @@ -- imports import("build_binary") +-- build shared library target +-- +-- @param jobgraph the job graph for dependency tracking +-- @param target the target instance +-- @param opt the options +-- function main(jobgraph, target, opt) build_binary(jobgraph, target, opt) end |
