summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-01-31 15:49:07 +0100
committerArthur LAURENT <[email protected]>2024-01-31 15:49:07 +0100
commit69e66b7f18a6a599fba45cd9da030f31a8fae507 (patch)
tree6a26e7de38346d3b9b44473ed4b47c5cc962f762
parent7dbdcf99b58ff044578298d2a73958fa695c70e4 (diff)
cleanup
-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 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)