When adding predefined macros with -isystem 'D:\path to scoop\scoop\apps\gcc\current\include', the output is not as expected
.\compiledb.exe -p compile.log -m "-isystem'D:\path to scoop\scoop\apps\gcc\current\include'"
When adding predefined macros with -isystem 'D:\pathtoscoop\scoop\apps\gcc\current\include', the output is correct
.\compiledb.exe -p compile.log -m "-isystem'D:\pathtoscoop\scoop\apps\gcc\current\include'"
Here is the test compile.log
compile.log
Thanks.
When adding predefined macros with -isystem 'D:\path to scoop\scoop\apps\gcc\current\include', the output is not as expected
When adding predefined macros with -isystem 'D:\pathtoscoop\scoop\apps\gcc\current\include', the output is correct
Here is the test compile.log
compile.log
Thanks.