summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-02 00:46:48 +0800
committerruki <[email protected]>2022-11-02 00:46:48 +0800
commit3abe482e186a3851f9349d5011e93d8c529de2d8 (patch)
tree4c8fc79705a0925c6f77d7baa2b25d108a7630d2
parentaccbf055ab1e80233696f2a69c6e7c1e4b10cca5 (diff)
improve comments
-rw-r--r--xmake/modules/private/tools/gcc/parse_deps.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/private/tools/gcc/parse_deps.lua b/xmake/modules/private/tools/gcc/parse_deps.lua
index 811119a9a..3bc067861 100644
--- a/xmake/modules/private/tools/gcc/parse_deps.lua
+++ b/xmake/modules/private/tools/gcc/parse_deps.lua
@@ -96,6 +96,8 @@ function main(depsdata, opt)
end
-- with c++ modules (gcc):
-- CXX_IMPORTS += bar.c++m cat.c++m\
+ --
+ -- @see https://github.com/xmake-io/xmake/issues/3000
opt = opt or {}
if opt.modules_cachedir and line:find("CXX_IMPORTS += ", 1, true) then
local modulefiles = line:split("CXX_IMPORTS += ", plain)[2]