Skip to content

Commit

Permalink
Fix compile_commands.json
Browse files Browse the repository at this point in the history
The fuzzer blocks were missing the trailing commas
  • Loading branch information
randombit committed Jun 24, 2023
1 parent cbfbfa1 commit d7f5429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-data/compile_commands.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{ "directory": "%{abs_root_dir}",
"command": "%{cxx} %{cc_sysroot} %{cxx_abi_flags} %{cc_lang_flags} %{os_feature_macros} %{cc_compile_flags} -DBOTAN_IS_BEING_BUILT %{cc_warning_flags} %{isa_flags} %{include_paths} %{dash_c} %{src} %{dash_o}%{obj}",
"file": "%{src}"
}
},
%{endfor}

%{if build_bogo_shim}
Expand Down

0 comments on commit d7f5429

Please sign in to comment.