From 51bee34b88b58aff9e5600c99fc979fa694037f3 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 10 Sep 2024 23:27:21 +0800 Subject: add todo --- xmake/modules/private/utils/package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1