diff options
Diffstat (limited to 'xmake/modules/core/tools/cl6x.lua')
| -rw-r--r-- | xmake/modules/core/tools/cl6x.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl6x.lua b/xmake/modules/core/tools/cl6x.lua index 334df4798..f350808da 100644 --- a/xmake/modules/core/tools/cl6x.lua +++ b/xmake/modules/core/tools/cl6x.lua @@ -192,7 +192,8 @@ function compile(self, sourcefile, objectfile, dependinfo, flags, opt) -- generate the dependent includes if depfile and os.isfile(depfile) then if dependinfo then - dependinfo.depfiles_cl6x = io.readfile(depfile, {continuation = "\\"}) + dependinfo.depfiles_format = "cl6x" + dependinfo.depfiles = io.readfile(depfile, {continuation = "\\"}) end -- remove the temporary dependent file |
