From 69e66b7f18a6a599fba45cd9da030f31a8fae507 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Wed, 31 Jan 2024 15:49:07 +0100 Subject: cleanup --- xmake/rules/c++/modules/modules_support/msvc/builder.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/c++/modules/modules_support/msvc/builder.lua b/xmake/rules/c++/modules/modules_support/msvc/builder.lua index 83d9513f2..824989777 100644 --- a/xmake/rules/c++/modules/modules_support/msvc/builder.lua +++ b/xmake/rules/c++/modules/modules_support/msvc/builder.lua @@ -305,7 +305,7 @@ function make_headerunit_build_job(target, job_name, batchjobs, headerunit, bmif if opt.build then progress.show((index * 100) / total, "${color.build.target}<%s> ${clear}${color.build.object}compiling.headerunit.$(mode) %s", target:name(), headerunit.name) - _compile(target, _make_headerunitflags(target, headerunit, bmifile, {}), name, target:objectfile(headerunit.path), true) + _compile(target, _make_headerunitflags(target, headerunit, bmifile, {}), name) end table.insert(dependinfo.files, headerunit.path) -- cgit v1.3.1