From 8be99bc6983b35ef18ed2147487fd28118bd34d7 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 24 Jan 2025 23:03:27 +0800 Subject: improve to parser deps --- xmake/modules/core/tools/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/rc.lua') diff --git a/xmake/modules/core/tools/rc.lua b/xmake/modules/core/tools/rc.lua index 930fa4942..91c1984ca 100644 --- a/xmake/modules/core/tools/rc.lua +++ b/xmake/modules/core/tools/rc.lua @@ -157,7 +157,8 @@ function compile(self, sourcefile, objectfile, dependinfo, flags, opt) end file:close() if dependinfo then - dependinfo.depfiles_rc = depfiles_rc + dependinfo.depfiles_format = "rc" + dependinfo.depfiles = depfiles_rc end end os.tryrm(outfile) -- cgit v1.3.1