- [FIX] lo mism

This commit is contained in:
2026-05-01 11:18:55 +02:00
parent 30743a4e4c
commit 1f17e941df

View File

@@ -370,7 +370,7 @@ int main(int argc, char *argv[])
std::string source_file = entry.path().string();
std::string ext = getFileExtension(source_file);
if ((ext == "cpp" || ext == "c") && !contains(exclude, entry.path().filename())) {
if ((ext == "cpp" || ext == "c") && !contains(exclude, entry.path().filename().string())) {
MaybeRecompile(source_file);
}
}