summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/modules_support/msvc
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-02-04 16:44:22 +0100
committerArthur LAURENT <[email protected]>2024-02-04 16:44:22 +0100
commite5f820e4f187e2a87db4b88c76cc2ac3da2b24d7 (patch)
treebafe76109b90d4d91d81bef0eaa8ca40564e4b54 /xmake/rules/c++/modules/modules_support/msvc
parentca775e5acba55f26f4d33aae784e4d6b809e2339 (diff)
make should_build and mark_build public
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/msvc')
-rw-r--r--xmake/rules/c++/modules/modules_support/msvc/builder.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc/builder.lua b/xmake/rules/c++/modules/modules_support/msvc/builder.lua
index 3a4b14b68..4aa353214 100644
--- a/xmake/rules/c++/modules/modules_support/msvc/builder.lua
+++ b/xmake/rules/c++/modules/modules_support/msvc/builder.lua
@@ -207,7 +207,7 @@ function get_module_required_defines(target, sourcefile)
end
-- build module file for batchjobs
-function make_module_buildjobs(target, batchjobs, job_name, deps, should_build, mark_build, opt)
+function make_module_buildjobs(target, batchjobs, job_name, deps, opt)
local name, provide, _ = compiler_support.get_provided_module(opt.module)
local bmifile = provide and compiler_support.get_bmi_path(provide.bmi)