diff options
| author | ruki <[email protected]> | 2025-04-06 21:09:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 15:31:57 +0800 |
| commit | da540028213b73ca014bc7aa0f7938a12e344ee8 (patch) | |
| tree | 13654a4781d7da6e6f9ce13370e2e96b3622b716 /xmake/rules/c++/modules/xmake.lua | |
| parent | 99f68b5c58d822170c84e2b6c0b3f7f974e009be (diff) | |
fix generate deps
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index 87429f90c..d0c0e0387 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -91,9 +91,6 @@ rule("c++.build.modules.builder") import("modules_support.dependency_scanner") import("modules_support.builder") - -- patch sourcebatch - builder.patch_sourcebatch(target, sourcebatch) - -- get module dependencies local modules = dependency_scanner.get_module_dependencies(target, sourcebatch) if not target:is_moduleonly() then @@ -123,9 +120,6 @@ rule("c++.build.modules.builder") import("modules_support.dependency_scanner") import("modules_support.builder") - -- patch sourcebatch - builder.patch_sourcebatch(target, sourcebatch) - -- get module dependencies local modules = dependency_scanner.get_module_dependencies(target, sourcebatch) if not target:is_moduleonly() then |
