summaryrefslogtreecommitdiff
path: root/xmake/rules/cppfront/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-04-08 23:21:27 +0800
committerruki <[email protected]>2024-04-08 23:21:27 +0800
commit15af62b0406caefc71ad7fa01c41f29a017759bb (patch)
treef7984c8593af440181f96f8675508e42cc580c84 /xmake/rules/cppfront/xmake.lua
parent1cdbbde962a0699c21be76529ec2493f18b21feb (diff)
format code
Diffstat (limited to 'xmake/rules/cppfront/xmake.lua')
-rw-r--r--xmake/rules/cppfront/xmake.lua2
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)