From 0fcbe01f3875c57e8f1f7913e29313b016b9c97f Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 27 Mar 2022 22:02:17 +0800 Subject: update comments --- xmake/rules/c++/modules/build_modules/clang.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/c++/modules/build_modules/clang.lua b/xmake/rules/c++/modules/build_modules/clang.lua index 6f46dce2e..5a7b108ac 100644 --- a/xmake/rules/c++/modules/build_modules/clang.lua +++ b/xmake/rules/c++/modules/build_modules/clang.lua @@ -58,7 +58,7 @@ function build_with_batchjobs(target, batchjobs, sourcebatch, opt) end assert(modulesflag, "compiler(clang): does not support c++ module!") - -- get the module cache directory, @note we must same cache directory for each targets + -- get the module cache directory, @note we must use same cache directory for each targets -- @see https://github.com/xmake-io/xmake/issues/2194 -- local cachedir = path.join(config.buildir(), ".gens", "rules", "modules", "cache") -- cgit v1.3.1