Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Dec 1, 2022
1 parent cb12af8 commit de7d073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake/rules/c++/modules/modules_support/clang.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -170,7 +170,7 @@ function _build_modulefile(target, sourcefile, opt)
end
end

-- build module file
-- build interface module file
function _build_interfacemodulefile(target, sourcefile, opt)
local objectfile = opt.objectfile
local dependfile = opt.dependfile
Expand Down

0 comments on commit de7d073

Please sign in to comment.