diff options
| author | Arthur LAURENT <[email protected]> | 2024-10-05 18:50:46 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-10-08 13:47:46 +0200 |
| commit | 929d11a6eb75d9b3586afc264a7cc93ca2931eac (patch) | |
| tree | 301f189771094b5fd5be8dc889f445659c92e018 | |
| parent | 6c57450734d93d16f370ddccf3d41240bc8f64f5 (diff) | |
cleanup
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/clang/builder.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/clang/builder.lua b/xmake/rules/c++/modules/modules_support/clang/builder.lua index fc0798ee7..1fb79d0cf 100644 --- a/xmake/rules/c++/modules/modules_support/clang/builder.lua +++ b/xmake/rules/c++/modules/modules_support/clang/builder.lua @@ -233,7 +233,6 @@ function make_module_buildjobs(target, batchjobs, job_name, deps, opt) build, dependinfo = should_build(target, opt.cppfile, bmifile, {name = name, objectfile = opt.objectfile, requires = opt.module.requires}) end - -- if build then if build then -- compile if it's a named module if provide or compiler_support.has_module_extension(opt.cppfile) then |
