summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-05-16 22:57:18 +0800
committerGitHub <[email protected]>2025-05-16 22:57:18 +0800
commitbfef847fcd6f6745b52a9f3c2ab2870dcaf23d16 (patch)
tree942b60b899291df2809da397e0df284d00fcf4b9 /xmake/rules/c++/modules/xmake.lua
parent8fe7c166f84ee0460c79a63f5dc19d4ca77dade1 (diff)
parentafa8d329edd2dda64ed15f29ce1498f7943b32db (diff)
Merge pull request #6454 from Arthapz/unitybuild
(C++ modules support) fix unitybuild, pch and c++ modules objectfiles…
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
-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 9afd4f6cc..8633c544c 100644
--- a/xmake/rules/c++/modules/xmake.lua
+++ b/xmake/rules/c++/modules/xmake.lua
@@ -58,6 +58,5 @@ rule("c++.build.modules.builder")
-- install modules
rule("c++.build.modules.install")
set_extensions(".cppm", ".ccm", ".cxxm", ".c++m", ".mpp", ".mxx", ".ixx")
-
before_install("install.install")
before_uninstall("install.uninstall")