Missing inc files in asm/*.s and data/*.s will raise an actual error message.
This commit is contained in:
@@ -108,7 +108,7 @@ int main(int argc, char **argv)
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!exists && file.FileType() == SourceFileType::Asm)
|
||||
if (!exists && (file.FileType() == SourceFileType::Asm || file.FileType() == SourceFileType::Inc))
|
||||
{
|
||||
path = include;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user