diff options
| author | Arthur LAURENT <[email protected]> | 2022-08-07 02:36:46 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-08-07 02:36:46 +0200 |
| commit | c39a7060382929321332cf4fc3c00efa533ea758 (patch) | |
| tree | 11dafa302ef5372df854bcd3970221228eeabd97 /xmake/rules/c++/modules/modules_support/common.lua | |
| parent | f085566ba853eb16c8658da1a38caa3a5e5728d3 (diff) | |
Use target:add("xxflags") instead of passing a file
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/common.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/common.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/modules_support/common.lua b/xmake/rules/c++/modules/modules_support/common.lua index e32637abf..aa1db3f0f 100644 --- a/xmake/rules/c++/modules/modules_support/common.lua +++ b/xmake/rules/c++/modules/modules_support/common.lua @@ -475,3 +475,6 @@ function build_modules_for_batchcmds(target, batchcmds, sourcebatch, modules, op modules_support(target).build_modules_for_batchcmds(target, batchcmds, objectfiles, modules, opt) end +function append_headerunits_objectfiles(target) + modules_support(target).append_headerunits_objectfiles(target) +end
\ No newline at end of file |
