Skip to content

Commit

Permalink
compdb use -x
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Mar 5, 2024
1 parent 66dffad commit 26d814c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/action.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ local function compdb()
local f <close> = assert(io.open(compile_commands.."/compile_commands.json", "wb"))
ninja {
"-t", "compdb",
"-x",
stdout = f
}
end
Expand Down

0 comments on commit 26d814c

Please sign in to comment.