diff options
Diffstat (limited to 'xmake/rules/cppfront/xmake.lua')
| -rw-r--r-- | xmake/rules/cppfront/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/cppfront/xmake.lua b/xmake/rules/cppfront/xmake.lua index b90222aa9..86067a373 100644 --- a/xmake/rules/cppfront/xmake.lua +++ b/xmake/rules/cppfront/xmake.lua @@ -38,7 +38,7 @@ rule("cppfront.build.h2") batchcmds:vrunv(cppfront.program, argv) -- add deps - batchcmds:add_depfiles(sourcefile_h2) + batchcmds:add_depfiles(sourcefile_h2) batchcmds:set_depmtime(os.mtime(sourcefile_h)) batchcmds:set_depcache(target:dependfile(sourcefile_h)) end) |
