From c39a7060382929321332cf4fc3c00efa533ea758 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Sun, 7 Aug 2022 02:36:46 +0200 Subject: Use target:add("xxflags") instead of passing a file --- xmake/rules/c++/modules/modules_support/common.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmake/rules/c++/modules/modules_support/common.lua') 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 -- cgit v1.3.1