summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-08-08 23:24:30 +0800
committerruki <[email protected]>2022-08-08 23:24:30 +0800
commitd0e4316018f9d75742b26b3abf75860d129c31c8 (patch)
tree3417db797dc0f8bed495d4d97492e7ee34eaeebe
parent4abd6737364ffec07d9813c63d89e0ae90240315 (diff)
remove cxx sourcekind for modules
-rw-r--r--xmake/rules/c++/modules/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua
index 1d117e78b..7048ec49b 100644
--- a/xmake/rules/c++/modules/xmake.lua
+++ b/xmake/rules/c++/modules/xmake.lua
@@ -50,7 +50,6 @@ rule("c++.build.modules")
-- build modules
rule("c++.build.modules.builder")
- set_sourcekinds("cxx")
set_extensions(".mpp", ".mxx", ".cppm", ".ixx")
-- parallel build support to accelerate `xmake build` to build headerunits