Running command compiledb --command-style --output build/compile_commands.json make on current master resulted in an unexpected keyword argument error when generate() was invoked.
This fix resolves that issue -- not positive it's the right fix but it allowed the code to run.
Running command
compiledb --command-style --output build/compile_commands.json make
on currentmaster
resulted in anunexpected keyword argument
error whengenerate()
was invoked.This fix resolves that issue -- not positive it's the right fix but it allowed the code to run.