diff options
| author | ruki <[email protected]> | 2022-12-09 22:52:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-09 22:52:08 +0800 |
| commit | 4d4cccbfddbd677f986137d922f563500b051b87 (patch) | |
| tree | 1bcc9edaa884249c6fea8664786943ad712273e6 /xmake/rules/c++/modules/modules_support | |
| parent | 08073b899b84654217db4a0da19632ed7915a96d (diff) | |
fix comment
Diffstat (limited to 'xmake/rules/c++/modules/modules_support')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/clang.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/clang.lua b/xmake/rules/c++/modules/modules_support/clang.lua index 0625b1f68..de71032c7 100644 --- a/xmake/rules/c++/modules/modules_support/clang.lua +++ b/xmake/rules/c++/modules/modules_support/clang.lua @@ -133,7 +133,7 @@ function _get_toolchain_includedirs_for_stlheaders(target, includedirs, clang) os.tryrm(tmpfile) end --- build interface module file +-- build module file function _build_modulefile(target, sourcefile, opt) local objectfile = opt.objectfile local dependfile = opt.dependfile |
