diff options
| author | ruki <[email protected]> | 2022-08-05 00:43:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-05 00:43:34 +0800 |
| commit | fc011e7ae96d00c209550022ce44f66ec002a474 (patch) | |
| tree | 99e6631ff385759f7f292ccac323258af247e385 /xmake/rules/c++/modules/modules_support/common.lua | |
| parent | e581f5c19ad1feeed70e26d294c114c48ade00da (diff) | |
rename sourcebatch to headerunits
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/common.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/common.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/common.lua b/xmake/rules/c++/modules/modules_support/common.lua index 00f7ae6f3..331f1bea5 100644 --- a/xmake/rules/c++/modules/modules_support/common.lua +++ b/xmake/rules/c++/modules/modules_support/common.lua @@ -263,7 +263,6 @@ function sort_modules_by_dependencies(objectfiles, modules) table.insert(nodes, {marked = false, tempmarked = false, objectfile = objectfile}) end end - while _topological_sort_has_node_without_mark(nodes) do local node = _topological_sort_get_first_unmarked_node(nodes) _topological_sort_visit(node, nodes, modules, output) |
