summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-01-31 15:26:09 +0100
committerArthur LAURENT <[email protected]>2024-01-31 15:26:09 +0100
commite219f8a744ad39e5196bb3c9b5809186306a3b92 (patch)
treeff4c90a55cd0407cf3313849fce25c2d72f4ebb2
parent0bb30a600ea7362f0a4638e72c94db903afbb7e3 (diff)
cleanup
-rw-r--r--xmake/rules/c++/modules/modules_support/clang/compiler_support.lua2
1 files changed, 0 insertions, 2 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 f689dc87d..7557bbfde 100644
--- a/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua
+++ b/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua
@@ -199,7 +199,6 @@ end
function get_stdmodules(target)
if target:policy("build.c++.modules.std") then
local cpplib = get_cpplibrary_name(target)
-
if cpplib then
if cpplib == "c++" then
-- TODO support libc++ std module file when https://github.com/xmake-io/xmake/pull/4630
@@ -223,7 +222,6 @@ function get_stdmodules(target)
end
end
end
-
return {}
end