From 9936e7c854e18b0e02da137e056047c104e045a0 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 21 Mar 2024 00:44:32 +0800 Subject: strip spaces --- xmake/rules/c++/modules/modules_support/clang/compiler_support.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /lib subdirectory (i.e on debian it should be /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") -- cgit v1.3.1