diff options
| author | ruki <[email protected]> | 2023-08-12 22:17:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-08-12 22:17:19 +0800 |
| commit | aead298bad21a17ecadb06c96c51427092e4b600 (patch) | |
| tree | bb2cd96a65e009e5d188cdd11510b66f2dc12bc2 /xmake/rules/c++/modules/modules_support | |
| parent | d56a7f9a3b41ac4e8d696dcde3eac1f93159444e (diff) | |
revert comment
Diffstat (limited to 'xmake/rules/c++/modules/modules_support')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/clang.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/rules/c++/modules/modules_support/clang.lua b/xmake/rules/c++/modules/modules_support/clang.lua index b8b6e57ef..c3f40d542 100644 --- a/xmake/rules/c++/modules/modules_support/clang.lua +++ b/xmake/rules/c++/modules/modules_support/clang.lua @@ -77,7 +77,6 @@ end -- get clang-scan-deps function _get_clang_scan_deps(target) - --[[ local clang_scan_deps = _g.clang_scan_deps if not clang_scan_deps then local program, toolname = target:tool("cxx") @@ -97,7 +96,7 @@ function _get_clang_scan_deps(target) clang_scan_deps = clang_scan_deps or false _g.clang_scan_deps = clang_scan_deps end - return clang_scan_deps or nil]] + return clang_scan_deps or nil end -- add a module or an header unit into the mapper |
