diff options
| author | Arthur LAURENT <[email protected]> | 2022-12-01 15:09:37 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-12-01 15:17:55 +0100 |
| commit | 0760075dfdc49d14aaf122f9a232c6cb70f75263 (patch) | |
| tree | 178cb108de01c25bcefbe804e5e6e216b6f66444 /xmake/rules/c++/modules/modules_support/msvc.lua | |
| parent | cb12af8443ea8f9fa617ab0b23dd9420dab40e09 (diff) | |
fix comments
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/msvc.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/msvc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc.lua b/xmake/rules/c++/modules/modules_support/msvc.lua index 0e4610c0e..ec59421c0 100644 --- a/xmake/rules/c++/modules/modules_support/msvc.lua +++ b/xmake/rules/c++/modules/modules_support/msvc.lua @@ -84,7 +84,7 @@ function _add_objectfile_to_link_arguments(target, objectfile) common.localcache():save(cachekey) end --- build interface module file +-- build module file function _build_modulefile(target, sourcefile, opt) local objectfile = opt.objectfile local dependfile = opt.dependfile |
