Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 8, 2024
1 parent 1cdbbde commit 15af62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/rules/cppfront/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 15af62b

Please sign in to comment.