mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
IOS: Typo in comment
This commit is contained in:
parent
0c4bf5f00b
commit
c5009aff24
@ -117,7 +117,7 @@ bool shouldSkipFileForTarget(const std::string &fileID, const std::string &targe
|
||||
}
|
||||
}
|
||||
else {
|
||||
// Ugly hack: explicitely remove the browser.cpp file.
|
||||
// Ugly hack: explicitly remove the browser.cpp file.
|
||||
// The problem is that we have only one project for two different targets,
|
||||
// and the parsing of the "mk" files added this file for both targets...
|
||||
if (fileID.length() > 12 && fileID.substr(fileID.length() - 12) == "/browser.cpp") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user