parent
2d8be149aa
commit
e0e78c0a3e
1 changed files with 2 additions and 2 deletions
|
|
@ -231,7 +231,7 @@ namespace
|
|||
if (!macro_file_path || flag[1] != 'I')
|
||||
{
|
||||
// only add this flag if it is not an include or we're not doing fast preprocessing
|
||||
cmd += flag;
|
||||
cmd += quote(flag);
|
||||
cmd += ' ';
|
||||
}
|
||||
}
|
||||
|
|
@ -1038,7 +1038,7 @@ namespace
|
|||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
|
||||
detail::preprocessor_output detail::preprocess(const libclang_compile_config& config,
|
||||
const char* path, const diagnostic_logger& logger)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue