diff options
| author | Arthur LAURENT <[email protected]> | 2024-02-07 13:12:40 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-02-07 16:58:44 +0100 |
| commit | 56ba14af708baf74759e825052d2b41024360ea1 (patch) | |
| tree | 0c05133769a7ed359e666928c62bf415f41f24bc /xmake/rules/c++/modules/modules_support | |
| parent | 348a74ac9d4eeb464e8f890c453e39cb77ab2446 (diff) | |
fix msvc batchcmds
Diffstat (limited to 'xmake/rules/c++/modules/modules_support')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/msvc/builder.lua | 2 |
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 8c451f699..fad853577 100644 --- a/xmake/rules/c++/modules/modules_support/msvc/builder.lua +++ b/xmake/rules/c++/modules/modules_support/msvc/builder.lua @@ -278,7 +278,7 @@ function make_module_buildjobs(target, batchjobs, job_name, deps, opt) end -- build module file for batchcmds -function make_module_buildcmds(target, batchcmds, should_build, mark_build, opt) +function make_module_buildcmds(target, batchcmds, opt) local name, provide, _ = compiler_support.get_provided_module(opt.module) local bmifile = provide and compiler_support.get_bmi_path(provide.bmi) |
