diff options
| author | ruki <[email protected]> | 2022-08-08 22:46:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-08 22:46:26 +0800 |
| commit | aaa5b2c37ec355cf2746f2d854517b3f43afcaf5 (patch) | |
| tree | 69b43da9c962e203d506f63edd700602339caa19 /xmake/rules/c++/modules/xmake.lua | |
| parent | bc068bdb03fa9e75cd8dfe056a06790956934eba (diff) | |
remvoe deps
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 c888a83fb..3efa123e6 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -52,7 +52,6 @@ rule("c++.build.modules") rule("c++.build.modules.builder") set_sourcekinds("cxx") set_extensions(".mpp", ".mxx", ".cppm", ".ixx") - add_deps("c++.build.modules.dependencies") before_build(function(target, batchjobs, opt) local job |
