summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/modules_support
diff options
context:
space:
mode:
authorruki <[email protected]>2024-02-09 20:13:22 +0800
committerGitHub <[email protected]>2024-02-09 20:13:22 +0800
commit7267466159b053fbd8d71edd2ff735dfe51e7f6d (patch)
treea52ee0a28b9c07d4296ad8638e952d46dc672ea7 /xmake/rules/c++/modules/modules_support
parent37c10d665f000c5387ca8a686a41cddb6dd85014 (diff)
Update compiler_support.lua
Diffstat (limited to 'xmake/rules/c++/modules/modules_support')
-rw-r--r--xmake/rules/c++/modules/modules_support/clang/compiler_support.lua1
1 files changed, 0 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 dc6930b23..9f581cdca 100644
--- a/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua
+++ b/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua
@@ -210,7 +210,6 @@ function get_stdmodules(target)
local clang_path = path.directory(get_clang_path(target))
local clang_lib_path = path.join(clang_path, "..", "lib")
local modules_json_path = path.join(clang_lib_path, "libc++.modules.json")
- -- maybe in subdir
if not os.isfile(modules_json_path) then
modules_json_path = find_file("*/libc++.modules.json", clang_lib_path)
end