diff options
| author | ruki <[email protected]> | 2024-09-10 23:27:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-10 23:27:21 +0800 |
| commit | 51bee34b88b58aff9e5600c99fc979fa694037f3 (patch) | |
| tree | cbb4153f42b9351dbebb98c88aa52c85942219b0 | |
| parent | 54d804cf088f2b221b27a40f790a43e89d96dc04 (diff) | |
add todo
| -rw-r--r-- | xmake/modules/private/utils/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/utils/package.lua b/xmake/modules/private/utils/package.lua index 72def050a..7a2ad1365 100644 --- a/xmake/modules/private/utils/package.lua +++ b/xmake/modules/private/utils/package.lua @@ -18,7 +18,7 @@ -- @file package.lua -- --- concat packages +-- concat packages, TODO components function _concat_packages(a, b) local result = table.copy(a) for k, v in pairs(b) do |
