diff options
| author | ruki <[email protected]> | 2025-05-16 22:57:18 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-16 22:57:18 +0800 |
| commit | bfef847fcd6f6745b52a9f3c2ab2870dcaf23d16 (patch) | |
| tree | 942b60b899291df2809da397e0df284d00fcf4b9 /xmake/rules/c++/modules/xmake.lua | |
| parent | 8fe7c166f84ee0460c79a63f5dc19d4ca77dade1 (diff) | |
| parent | afa8d329edd2dda64ed15f29ce1498f7943b32db (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.lua | 1 |
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") |
