mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Minor fixes.
This commit is contained in:
@@ -1791,7 +1791,7 @@ static std::vector<URI> switchHeaderSourceName( const URI& uri ) {
|
||||
} else if ( FileSystem::fileExtension( uri.getPath() ) == "hh" ) {
|
||||
return { basePath + ".cc" };
|
||||
} else if ( FileSystem::fileExtension( uri.getPath() ) == "h" ) {
|
||||
return { basePath + ".c" };
|
||||
return { basePath + ".c", basePath + ".cpp" };
|
||||
}
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user