summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/xmake.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2025-05-16 15:06:02 +0200
committerArthur LAURENT <[email protected]>2025-05-16 15:06:02 +0200
commitafa8d329edd2dda64ed15f29ce1498f7943b32db (patch)
tree942b60b899291df2809da397e0df284d00fcf4b9 /xmake/rules/c++/modules/xmake.lua
parent8fe7c166f84ee0460c79a63f5dc19d4ca77dade1 (diff)
(C++ modules support) fix unitybuild, pch and c++ modules objectfiles conflicts
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")