Fix relative paths not being included as include dependency
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class IncludeDeps
|
||||
{
|
||||
if(printSet.find(filepath) != printSet.end())
|
||||
return stream;
|
||||
printCounter++;
|
||||
printCounter++;
|
||||
printSet.emplace(filepath);
|
||||
if(!projectHFile)
|
||||
stream << FileUtils::GetRelativePath(conf.GetConfigPath(), filepath);
|
||||
|
||||
Reference in New Issue
Block a user