diff --git a/src/project.cc b/src/project.cc index 35d86aab..a95efdf8 100644 --- a/src/project.cc +++ b/src/project.cc @@ -86,7 +86,9 @@ std::vector kBlacklist = { std::vector kPathArgs = { "-I", "-iquote", "-isystem", "--sysroot=", "-isysroot", "-gcc-toolchain", "-include-pch", "-iframework", - "-F", "-imacros", "-include", "/I"}; + "-F", "-imacros", "-include", "/I", + "-idirafter" +}; // Arguments which always require an absolute path, ie, clang -working-directory // does not work as expected. Argument processing assumes that this is a subset