TEST: Copy encoding.dat to make tests work in relative build directory
This commit is contained in:
parent
cd8270f039
commit
f5ffbe1155
2 changed files with 7 additions and 3 deletions
|
@ -226,7 +226,7 @@ void OSystem_NULL::logMessage(LogMessageType::Type type, const char *message) {
|
|||
}
|
||||
|
||||
void OSystem_NULL::addSysArchivesToSearchSet(Common::SearchSet &s, int priority) {
|
||||
s.add("dists/engine-data", new Common::FSDirectory("dists/engine-data", 4), priority);
|
||||
s.add("test/engine-data", new Common::FSDirectory("test/engine-data", 4), priority);
|
||||
s.add("gui/themes", new Common::FSDirectory("gui/themes", 4), priority);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue