diff options
| -rw-r--r-- | xmake/plugins/project/clang/compile_commands.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/clang/compile_commands.lua b/xmake/plugins/project/clang/compile_commands.lua index 7becbf430..46a9bfa64 100644 --- a/xmake/plugins/project/clang/compile_commands.lua +++ b/xmake/plugins/project/clang/compile_commands.lua @@ -180,6 +180,7 @@ function _make_arguments(jsonfile, arguments, opt) -- translate some unsupported arguments arguments = _translate_arguments(arguments) + -- https://github.com/xmake-io/xmake/issues/6058 local lsp = _get_lsp() local target = opt.target local cc = path.basename(arguments[1]):lower() |
