diff options
| author | ruki <[email protected]> | 2024-03-21 00:44:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-21 00:44:32 +0800 |
| commit | 9936e7c854e18b0e02da137e056047c104e045a0 (patch) | |
| tree | 7e8f50c628d2a4c3967f01c1b4e9ca1ab0369584 /xmake/rules/c++/modules/modules_support | |
| parent | 0b6df21a084f3110617ac071414fb73fc86fe06b (diff) | |
strip spaces
Diffstat (limited to 'xmake/rules/c++/modules/modules_support')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/clang/compiler_support.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua b/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua index 3c5d41ec7..b4535ef57 100644 --- a/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua +++ b/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua @@ -247,7 +247,7 @@ function get_stdmodules(target) if cpplib == "c++" then -- libc++ module is found by parsing libc++.modules.json -- which can be found in <llvm_path>/lib subdirectory (i.e on debian it should be <llvm_path>/lib/x86_64-unknown-linux-gnu/) - -- in the futur llvm may provide a way to directory get the path of libc++.modules.json + -- in the futur llvm may provide a way to directory get the path of libc++.modules.json -- @see https://github.com/llvm/llvm-project/pull/76451 (has been revert, so we need to wait) local clang_path = path.directory(get_clang_path(target)) local clang_lib_path = path.join(clang_path, "..", "lib") |
