diff options
| author | Arthur LAURENT <[email protected]> | 2024-02-14 13:33:55 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-02-14 13:34:14 +0100 |
| commit | be329f008903ce4989bdd0de7cea6f48d54b2d63 (patch) | |
| tree | 12a0578c750a59adc169847d69ca6c0ffea1d274 /xmake/rules/c++/modules/modules_support/builder.lua | |
| parent | 04cee167684b1ad14f1c653dbd262253459d509e (diff) | |
cleanup
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/builder.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/builder.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/builder.lua b/xmake/rules/c++/modules/modules_support/builder.lua index 23515e988..a33f69261 100644 --- a/xmake/rules/c++/modules/modules_support/builder.lua +++ b/xmake/rules/c++/modules/modules_support/builder.lua @@ -99,7 +99,7 @@ function _are_flags_compatible(target, other, cppfile) table.sort(flags1) table.sort(flags2) - for i = 1,#flags1 do + for i = 1, #flags1 do if flags1[i] ~= flags2[i] then return false end |
