summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/clang/support.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/c++/modules/clang/support.lua')
-rw-r--r--xmake/rules/c++/modules/clang/support.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/c++/modules/clang/support.lua b/xmake/rules/c++/modules/clang/support.lua
index 9dec0a1e7..ad8d008aa 100644
--- a/xmake/rules/c++/modules/clang/support.lua
+++ b/xmake/rules/c++/modules/clang/support.lua
@@ -245,9 +245,6 @@ end
function get_stdmodules(target)
- if not target:policy("build.c++.modules.std") then
- return
- end
local cpplib = get_cpplibrary_name(target)
if cpplib then
if cpplib == "c++" then